Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated link for operation timeout: DOMException: The operation either timed out or was not allowed. See: https://w3c.github.io/webauthn/#sec-assertion-privacy. #1404

Closed
WGTW opened this issue Apr 8, 2020 · 1 comment

Comments

@WGTW
Copy link

WGTW commented Apr 8, 2020

If cancelling authentication in the WebAuthn API authentication dialog, the console will be warned with an uncaught promise, calling out the timeout for the operation. This error gives a link to check out, but this link hasn't worked for months. It seems like the paragraph has since been refactored or removed:

Uncaught (in promise) DOMException: The operation either timed out or was not allowed. See: https://w3c.github.io/webauthn/#sec-assertion-privacy.

CredentialUIBroker_2020-04-08_11-11-31

Can said link/reference be fixed to link to a working section/paragraph on the W3C/Webauthn documentation?

Steps to reproduce said error:

  1. Open developer tools console on a locally hosted WebAuthn supported page
  2. Launch the authentication WebAuthn API Authenticaton dialog
  3. Activate cancel on a WebAuthn API Authenticaton dialog
  4. Check browser developer tools console for the error
@nsatragno
Copy link
Member

This seems like a chrome bug, not a spec bug. Please file a bug in crbug.com with the component "Blink>WebAuthentication", thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants