You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError [ERR_INVALID_ARG_TYPE]: The "input" argument must be an instance of ArrayBuffer or ArrayBufferView. Received an instance of SharedArrayBuffer
Additional information
The text was updated successfully, but these errors were encountered:
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always reproduces.
What is the expected behavior?
Per https://encoding.spec.whatwg.org/#dom-textdecoder-decode it should accept
SharedArrayBuffer
s and act likeWhat do you see instead?
Additional information
The text was updated successfully, but these errors were encountered: