- From: Andreu Botella <notifications@github.com>
- Date: Mon, 18 May 2020 16:23:04 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 May 2020 23:23:17 UTC
@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