Re: [whatwg/encoding] New TextDecoder.decode() API needed for Wasm multithreading (#172)

`[AllowShared]` makes it so that the binding does not throw on a view being backed by a shared buffer, nothing else. The algorithm-side would get a reference to the buffer and can then do whatever, but it needs to realize the bytes in the buffer can change at any moment.

-- 
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/issues/172#issuecomment-462247265

Received on Monday, 11 February 2019 08:21:27 UTC