- From: Pascoe via GitHub <sysbot+gh@w3.org>
- Date: Wed, 02 Apr 2025 19:23:25 +0000
- To: public-webauthn@w3.org
pascoej has just created a new issue for https://github.com/w3c/webauthn: == 5.6. Abort Operations with AbortSignal needs updated for conditional mediation == 5.6 states > The [visibility](https://www.w3.org/TR/page-visibility/#visibility-states) and [focus](https://html.spec.whatwg.org/#focus) state of the [Window](https://fetch.spec.whatwg.org/#concept-request-window) object determines whether the [[[Create]](origin, options, sameOriginWithAncestors)](https://www.w3.org/TR/webauthn-2/#dom-publickeycredential-create-slot) and [[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)](https://www.w3.org/TR/webauthn-2/#dom-publickeycredential-discoverfromexternalsource-slot) operations should continue. When the [Window](https://fetch.spec.whatwg.org/#concept-request-window) object associated with the [[Document](https://dom.spec.whatwg.org/#concept-document) loses focus, [[[Create]](origin, options, sameOriginWithAncestors)](https://www.w3.org/TR/webauthn-2/#dom-publickeycredential-create-slot) and [[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)](https://www.w3.org/TR/webauthn-2/#dom-publickeycredential-discoverfromexternalsource-slot) operations SHOULD be aborted. This doesn't apply for conditional get. We might need to update this to reflect that. Please view or discuss this issue at https://github.com/w3c/webauthn/issues/2278 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 2 April 2025 19:23:26 UTC