-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Per MDN, fetch can take a FederatedCredential as credentials for the init param:
credentials: The request credentials you want to use for the request: omit, same-origin, or include. To automatically send cookies for the current domain, this option must be provided. Starting with Chrome 50, this property also takes a FederatedCredential instance or a PasswordCredential instance.
DefinitelyTyped only includes PasswordCredential in its example, and I wanted to updated it:
However, I've had trouble telling where (if?) this is defined in either the credential management or fetch specs. Apologies if I missed something obvious, but is there a canonical source of information for what can be passed?
Metadata
Metadata
Assignees
Labels
No labels