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

@andreubotella 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

Minor nitpick, but ECMAScript has three numeric types, including the spec-only "mathematical values". I'd explicitly reference the Number type, or go with IDL's `unrestricted double`.

-- 
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#pullrequestreview-414001284

Received on Monday, 18 May 2020 23:23:17 UTC