diff options
author | Matthew Miller <matthew@millerti.me> | 2020-10-05 02:39:36 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-10-05 02:39:36 -0700 |
commit | c1297e7e184fabd4bb0d023f30c03e9f1a368b3d (patch) | |
tree | 7067ac8c8a364258525f026ce479f6338b6fd6d1 | |
parent | 97cbc6a44c0acf4ae409e0193a1f1db30d7eb306 (diff) |
Clarify AuthenticatorAttestationResponseFuture
-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 * |