[whatwg/streams] ReadableStream: clear algorithms once they will no longer be used (#944)

Clear the [[pullAlgorithm]] and [[cancelAlgorithm]] slots when they will
no longer be called. This allows resources such as the underlying source
to be freed.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * ReadableStream: clear algorithms once they will no longer be used

-- File Changes --

    M index.bs (52)
    M reference-implementation/lib/readable-stream.js (24)

-- Patch Links --

https://github.com/whatwg/streams/pull/944.patch
https://github.com/whatwg/streams/pull/944.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/944

Received on Monday, 23 July 2018 06:20:35 UTC