Re: [whatwg/webidl] Give SharedArrayBuffer a dedicated type (PR #1311)

@bathos commented on this pull request.



> @@ -6362,6 +6364,7 @@ in [[#es-buffer-source-types]].
 <pre class="grammar" id="prod-BufferRelatedType">
     BufferRelatedType :
         "ArrayBuffer"
+        "SharedArrayBuffer"

This becomes a non-identifier token by virtue of appearing anywhere like this, so it needs to be added as an alternative for the `Other` production (used for the “anything goes” extended attribute cover grammar) as well.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1311#pullrequestreview-1451362905
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1311/review/1451362905@github.com>

Received on Tuesday, 30 May 2023 16:32:06 UTC