[whatwg/streams] Clear [[strategySizeAlgorithm]] slot when no longer needed (#947)

When clearing out the other algorithms, also clear out the
[[strategySizeAlgorithm]] slot. It will not be called after the stream
is errored or closed.

Part of #932.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/947

-- Commit Summary --

  * Clear [[strategySizeAlgorithm]] slot when no longer needed

-- File Changes --

    M index.bs (2)
    M reference-implementation/lib/readable-stream.js (1)
    M reference-implementation/lib/writable-stream.js (1)

-- Patch Links --

https://github.com/whatwg/streams/pull/947.patch
https://github.com/whatwg/streams/pull/947.diff

-- 
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/pull/947

Received on Tuesday, 31 July 2018 12:12:52 UTC