Re: [whatwg/fetch] XMLHttpRequest.send() with a SharedArrayBuffer as a source? (#897)

If the semantics are that the browser does a copy, you'll probably force it to make a copy, just to be sure that racing writes that would not be observable under a copy model are not in fact observed.  What have we done elsewhere where we accept shared memory?

-- 
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/fetch/issues/897#issuecomment-485373056

Received on Monday, 22 April 2019 09:18:19 UTC