зеркало из 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 |
||
---|---|---|
.. | ||
browser | ||
cbor | ||
pkijs | ||
mochitest.ini | ||
test_webauthn_abort_signal.html | ||
test_webauthn_get_assertion.html | ||
test_webauthn_isplatformauthenticatoravailable.html | ||
test_webauthn_loopback.html | ||
test_webauthn_make_credential.html | ||
test_webauthn_no_token.html | ||
test_webauthn_override_request.html | ||
test_webauthn_sameorigin.html | ||
test_webauthn_store_credential.html | ||
u2futil.js |