Re: [whatwg/encoding] Add Streams support (#72)

> Can't we lock the moment you invoke getWriter()?

The Streams Standard doesn't track whether a stream has ever been locked, just whether it is locked at the moment. It also doesn't export any hooks to notify observers when a stream is locked, so the Encoding Standard cannot do the bookkeeping itself.

-- 
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/encoding/issues/72#issuecomment-278588640

Received on Thursday, 9 February 2017 09:22:50 UTC