Closed Kehrlann closed 3 months ago
Introduced new abort-controller.js module ; it holds a singleton AbortController instance. Whenever .register() or .authenticate() is called, any in-flight ceremony is cancelled, including conditional mediation-based auth ceremonies.
abort-controller.js
.register()
.authenticate()
Thanks for the Pull Request! This is now merged into main :smile:
Introduced new
abort-controller.js
module ; it holds a singleton AbortController instance. Whenever.register()
or.authenticate()
is called, any in-flight ceremony is cancelled, including conditional mediation-based auth ceremonies.