diff options
-rw-r--r-- | packages/typescript-types/src/index.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index df4da30..f9cb10f 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -110,8 +110,9 @@ export type AuthenticatorDevice = { export type Base64URLString = string; /** - * AuthenticatorAttestationResponse in lib.dom.d.ts is outdated. Maintain an augmented version here - * so we can implement additional properties as the WebAuthn spec evolves. + * AuthenticatorAttestationResponse in TypeScript's DOM lib is outdated (up through v3.9.7). + * Maintain an augmented version here so we can implement additional properties as the WebAuthn + * spec evolves. * * See https://www.w3.org/TR/webauthn-2/#iface-authenticatorattestationresponse * |