Re: [whatwg/encoding] Allow SharedArrayBuffer (#182)

> I'm not quite sure what the note would say...

Maybe something like:

"Note: The memory exposed by `SharedArrayBuffer`s does not adhere to data race freedom properties required by the memory model of programming languages typically used for implementing user agents. When implementing the `SharedArrayBuffer` case, take care to use the appropriate special facilities when accessing `SharedArrayBuffer` content."

-- 
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/encoding/pull/182#issuecomment-521957129

Received on Friday, 16 August 2019 10:00:47 UTC