Re: [heycam/webidl] It is unclear if [AllowShared] BufferSource is valid (#961)

+1 for Anne's proposal.

Only a nitpick I see is that, considering ArrayBuffer vs SharedArrayBuffer, BufferSource vs SharedBufferSource could be a little confusing.  IIUC, the proposal is:
```
typedef (ArrayBuffer or SharedArrayBuffer or [AllowShared] Int8Array or ...) SharedBufferSource;
```

Considering ArrayBuffer vs SharedArrayBuffer, the proposed SharedBufferSource does _not_ correspond to SharedArrayBuffer.  It corresponds to (ArrayBuffer or SharedArrayBuffer).  "Shared" prefix looks confusing to me.

-- 
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/issues/961#issuecomment-892616473

Received on Wednesday, 4 August 2021 12:28:42 UTC