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

I think this test:

pc.onicecandidate  = assert_unreached;
await pc.setRemoteDescription()
pc.onicecandidate = "we're OK, thank  you"

should test the Right Thing.

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


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

Received on Thursday, 17 September 2020 14:18:56 UTC