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

I think both plans are valuable, but we've heard several times from multiple people at Mozilla that plan (a) is something they are very interested in, so we should probably prioritize it higher. I think we're in agreement on that. And as @wanderview says there's an easy polyfill of (b) on top of (a).

> how to neuter the ReadableStream on the original thread

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

> whether we should postMessage()-ing a reader or a stream or both

Definitely the stream, as that allows the browser to grab a lock.

---
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-228129125

Received on Thursday, 23 June 2016 17:53:24 UTC