Relative Content

Tag Archive for javascriptnode.jsrequest-promise

Promise.all does not send all requests simultaneously

I’m new to JavaScript UI Automation, and I need to mimic the page we have in Production. The page contains multiple Stats areas and thus sends multiple different GET requests to retrieve a data. Those requests are sent at the same time when a user visits the page. And I can see in the Proxyman tool that the timestamps those requests are sent are either the same or max 1-2ms differences.