- From: Shiino Yuki <notifications@github.com>
- Date: Wed, 04 Aug 2021 05:28:29 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 August 2021 12:28:42 UTC
+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