Re: [whatwg/encoding] Make decode() and encodeInto() accept SharedArrayBuffer-backed views (#172)

Heya, https://github.com/web-platform-tests/wpt/tree/master/encoding has the tests. https://web-platform-tests.org/writing-tests/testharness.html#auto-generated-test-boilerplate and https://web-platform-tests.org/writing-tests/testharness-api.html are relevant parts of the documentation for these tests. I think for these tests we mainly want to ensure `SharedArrayBuffer` can be passed and works equivalently to an `ArrayBuffer`. So existing `ArrayBuffer` tests are probably a good starting point.

-- 
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-533969434

Received on Monday, 23 September 2019 06:04:49 UTC