[whatwg/streams] Fix typo in Close/Enqueue checks for readable byte streams (#1051)

The internal slot is called `[[closeRequested]]` instead of `[[closeRequest]]`. Looks like we missed this in #1029. 😅 
You can view, comment on, or merge this pull request online at:

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


-- Commit Summary --

  * Fix typo in Close/Enqueue checks for readable byte streams

-- File Changes --

    M reference-implementation/lib/abstract-ops/readable-streams.js (4)

-- Patch Links --

https://github.com/whatwg/streams/pull/1051.patch

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

Received on Friday, 3 July 2020 21:18:35 UTC