[whatwg/streams] Update for HTML structured clone changes (#701)

https://github.com/whatwg/html/commit/97d644c97335956610a31e8ad98d1a388c063e84 changed structured cloning significantly. We need to:

- Not use StructuredClone(), but instead StructuredDeserialize(StructuredSerialize())
- Roll our own Transfer() for array buffers, as Transfer() is no longer defined in HTML.

-- 
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/701

Received on Monday, 20 March 2017 21:15:59 UTC