Re: [whatwg/webidl] Normative: Rename integer types to match ECMAScript typed arrays (#1030)

@bathos commented on this pull request.



> @@ -689,7 +689,7 @@ across [=IDL fragments=].
         interface A {
         };
 
-        typedef sequence<long> SequenceOfLongs;
+        typedef sequence<int32> SequenceOfLongs;

```suggestion
        typedef sequence<int32> SequenceOfInt32s;
```

(or something. just seems weird to leave “longs” here.)

-- 
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/webidl/pull/1030#pullrequestreview-799495953

Received on Sunday, 7 November 2021 04:30:15 UTC