[whatwg/streams] Make properties non-configurable (#541)

This probably isn't something that's intended to work:

    delete Object.getPrototypeOf(writer).desiredSize

But it does because all the `get` properties on classes in the reference implementation are still configurable.

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

Received on Sunday, 16 October 2016 00:24:49 UTC