Re: [webrtc-pc] Can onicecandidate fire before SLD.then(code)? (#2574)

> Comments welcome on whether there are trickeries with .then vs await that will cause different timings.

I strongly believe that "await p; code;" is equivalent to "p.then(code);" in terms of timing, but I don't know this for a fact.


-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2574#issuecomment-696691700 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 22 September 2020 12:34:29 UTC