Re: [whatwg/streams] Rewrite to use Web IDL, and generally modernize (#1035)

@domenic commented on this pull request.



>  
-A reader or writer also has the capability to <dfn lt="release a lock|release a read lock|release a write lock">release
-its lock</dfn>, which makes it no longer active, and allows further readers or writers to be acquired. This is done via
-the {{ReadableStreamDefaultReader/releaseLock()|defaultReader.releaseLock()}},
-{{ReadableStreamBYOBReader/releaseLock()|byobReader.releaseLock()}}, or
-{{WritableStreamDefaultWriter/releaseLock()|writer.releaseLock()}} method, as appropriate.
+Finally, as in [[!ECMASCRIPT]], all numbers are represented as double-precision floating point

Thanks, I agree. I think this text originated from before the introduction of BigInt.

-- 
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/1035#discussion_r427426329

Received on Tuesday, 19 May 2020 16:14:10 UTC