Re: [whatwg/streams] Communication between workers/windows via Streams API (#244)

> I think just locking it is enough of a neuter. We never need to unlock it either IMO.

What about if you `postMessage` a stream to a worker, and the worker `postMessage`s the same stream back. Is it the same stream and the original stream gets unlocked, or is it a new object?

-- 
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/244#issuecomment-256793773

Received on Thursday, 27 October 2016 23:01:02 UTC