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
Uint8Array.prototype.setFromBase64 and Uint8Array.prototype.setFromHex will need to reject receivers backed by immutable buffers, probably by extending ValidateUint8Array with an optional accessMode parameter to match the extension of ValidateTypedArray.