Re: [webauthn] Should the WebAuth API have a cancel() method?

@mikewest boiled down the `fetch` proposal for canceling promises into a pretty simple mechanism with [https://github.com/whatwg/dom/pull/434](url). Rather than adding an explicit cancel() method, we would  `makeCredential` and `getAssertion` accept a `CancellationSignal`.

I believe this is a pretty good fit for our use-case - if we decided this was something we needed to do.

-- 
GitHub Notification of comment by kpaulh
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/380#issuecomment-292223973 using your GitHub account

Received on Thursday, 6 April 2017 16:09:17 UTC