Closed samthor closed 4 years ago
The spec suggested passing the wrong variable. CredentialRequestOptions specifies that you can pass an instance of AbortSignal, which is provided on the instantiated AbortController.
CredentialRequestOptions
AbortSignal
AbortController
Can you make sure you get the IPR contribution check green?
The spec suggested passing the wrong variable.
CredentialRequestOptions
specifies that you can pass an instance ofAbortSignal
, which is provided on the instantiatedAbortController
.