Re: [whatwg/streams] Don't error an errored WritableStream on messageerror (#1069)

Elaborating on the testing issue, I have been unable to find a cross-browser method to cause a messageerror event. RTCCertificate posted to a Worker should cause a messageerror by the standard because it is a Window-only type, but in practice in Chrome lets you send it to a Worker anyway. SharedArrayBuffer might be a viable option in future, but is not currently practical.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1069#issuecomment-676527081

Received on Wednesday, 19 August 2020 16:24:30 UTC