зеркало из https://github.com/mozilla/gecko-dev.git
73cfd2472a
Summary: This patch adds support for aborting WebAuthn requests via AbortSignals. https://w3c.github.io/webauthn/#abortoperation https://w3c.github.io/webauthn/#sample-aborting https://dom.spec.whatwg.org/#abortcontroller-api-integration It also adds a variety of request abortion/cancellation tests. To test request cancellation we can use USB tokens as those requests will never complete without a token and/or user interaction. A bonus here is that we'll have a little coverage for u2f-hid-rs. Reviewers: jcj, smaug Reviewed By: jcj, smaug Bug #: 1415675 Differential Revision: https://phabricator.services.mozilla.com/D245 --HG-- extra : amend_source : bd779d5c4c6a11dd8ce34c0cc86675825b799031 |
||
---|---|---|
.. | ||
Credential.cpp | ||
Credential.h | ||
CredentialsContainer.cpp | ||
CredentialsContainer.h | ||
moz.build |