Re: [heycam/webidl] How to return a SharedArrayBuffer object (#865)

Since Web IDL never seems to say an IDL ArrayBuffer has to be an actual JavaScript ArrayBuffer, couldn't you just use `ArrayBuffer` as the return type in IDL? I.e., the [AllowShared] part in the return type isn't actually strictly necessary.

-- 
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/865#issuecomment-605097619

Received on Friday, 27 March 2020 16:33:54 UTC