- From: Nina Satragno via GitHub <sysbot+gh@w3.org>
- Date: Wed, 18 May 2022 19:37:35 +0000
- To: public-webauthn@w3.org
nsatragno has just merged nidhijaju's pull request 1706 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? <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/nidhijaju/webauthn/pull/1706.html" title="Last updated on Apr 14, 2022, 4:20 AM UTC (6cfadaf)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/1706/331188b...nidhijaju:6cfadaf.html" title="Last updated on Apr 14, 2022, 4:20 AM UTC (6cfadaf)">Diff</a> 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 Wednesday, 18 May 2022 19:37:37 UTC