vertx-auth icon indicating copy to clipboard operation
vertx-auth copied to clipboard

webauthn level2: Leverage AbortController

Open pmlopes opened this issue 3 years ago • 0 comments

On the client side (js) the API should leverage:

https://developer.mozilla.org/en-US/docs/Web/API/AbortController

As a wait to interrupt the fetch operations, on user agents that support it.

pmlopes avatar Feb 02 '22 14:02 pmlopes