Open marcoscaceres opened 8 months ago
We might also want to deal with what happens when a credential UI is shown and the underlying document becomes non-fully-active (i.e., probably want to tear down any UI and AbortError promises or something).
We probably need to add a promise reaction here too... to clear the active credential type.
Reopening so we can add the reactions.
Seems we might be missing a couple of fully active checks on
.get()
,.store()
,.create()
andstore()
.that is, is there are case for stealing a reference from an iframe's navigator.credential to attempt to use the API? (I don't imagine there is)