- From: Darien Maillet Valentine <notifications@github.com>
- Date: Sat, 06 Nov 2021 21:30:03 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 7 November 2021 04:30:15 UTC
@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