[whatwg/streams] DetachArrayBuffer can throw (#1001)

Discovered and discussed in https://github.com/whatwg/html/issues/4601.

This impacts https://streams.spec.whatwg.org/#transfer-array-buffer, and all of its transitive callers. We need to find the appropriate point at which we'd catch the errors and transform them into rejected promises or errored streams.

This only impacts byte streams, which nobody implements yet, so the urgency is not super-high here, but we should still fix it.

-- 
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/issues/1001

Received on Friday, 10 May 2019 13:44:40 UTC