- From: Darien Maillet Valentine <notifications@github.com>
- Date: Sat, 30 Nov 2019 03:57:08 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 30 November 2019 11:57:10 UTC
bathos commented on this pull request.
> @@ -5892,6 +5932,16 @@ The [=type name=] of the
{{octet}} type is "<code>Octet</code>".
+<h4 id="idl-bigint" interface>bigint</h4>
This is placed between `octet` and `short` here in the Types list. Later in the ECMAScript type mapping section it’s placed between `unrestricted double` and `DOMString`. These lists currently use the same ordering and I think that should probably be preserved since it makes things a bit easier to follow. The latter positioning makes sense. Slotting it between two of the sized integer types seems strange:
- ± 8
- \+ 8
- ± ∞
- ± 16
- \+ 16
- ± 32
- \+ 32
- ± 64
- \+ 64
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/525#pullrequestreview-324889526
Received on Saturday, 30 November 2019 11:57:10 UTC