Ensures a Uint8Array is backed by a real ArrayBuffer (not SharedArrayBuffer). This is needed for Web Crypto API compatibility which requires BufferSource with ArrayBuffer.
Ensures a Uint8Array is backed by a real ArrayBuffer (not SharedArrayBuffer). This is needed for Web Crypto API compatibility which requires BufferSource with ArrayBuffer.