- From: Nidhi Jaju via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Mar 2022 02:04:31 +0000
- To: public-webauthn@w3.org
nidhijaju has just submitted a new pull request for https://github.com/w3c/webauthn: == Updates based on DOM's abort reason == After https://github.com/whatwg/dom/pull/1027, the "aborted flag" no longer exists which broke this spec. This change replaces checking the signal's "aborted flag" with checking the [aborted](https://dom.spec.whatwg.org/#dom-abortsignal-aborted) predicate instead. This change also includes returning the signal's [abort reason](https://dom.spec.whatwg.org/#abortsignal-abort-reason), instead of returning a new "AbortError" DOMException if the signal is aborted. Fixes https://github.com/w3c/webauthn/issues/1682 @annevk, @nsatragno: Is it okay if you could take a look at this? See https://github.com/w3c/webauthn/pull/1706 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 15 March 2022 02:04:38 UTC