Chrome devtools protocol and event order guarantees

83 views
Skip to first unread message

fctorial

unread,
Mar 15, 2021, 5:45:03 AM3/15/21
to Chromium-discuss
Hi all, 

I'm using chrome devtools protocol in a nodejs app. The app injects two promises in the page runtime using Runtime.evaluate with 'awaitPromise' and 'returnByValue' arguments.

Let's say that both of those promises were resolved at the same time in the same execution unit in the event loop. Is it guaranteed that both events will be delivered in the correct order to the nodejs app?

I'm using chrome-debugging-client to communicate with the page.
Reply all
Reply to author
Forward
0 new messages