mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
* Passkey: use ArrayBuffer instead of Uint8Array to conform WebAuthn spec * ArrayBufferView generics was too modern for this project * Correctly update the types from Uint8arrays to ArrayBuffers * Fixed broken tests + bugs * Removed arrayBufferViewToArrayBuffer as it's not needed in this invocation paths --------- Co-authored-by: ozraru <ozraru@raru.work> Co-authored-by: Todd Martin <106564991+trmartin4@users.noreply.github.com>