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
I am running into this compilation error, while trying to use navigate.credentials.get. Is this an issue or I am missing something?
tsc --noEmit
node_modules/@github/webauthn-json/src/webauthn-json/base64url.ts:28:26 - error TS2569: Type 'Uint8Array' is not an array type or a string type. Use compiler option '--downlevelIteration' to allow iterating of iterators.
28 for (const charCode of byteView) {
~~~~~~~~
Found 1 error.
tsc --version
Version 4.5.5
Hello,
I am running into this compilation error, while trying to use
navigate.credentials.get
. Is this an issue or I am missing something?I am using it as below in my ts project:
The text was updated successfully, but these errors were encountered: