credentials property
RequestCredentials
get
credentials
The credentials
read-only property of the Request interface
indicates whether the user agent should send or receive cookies from the
other domain in the case of cross-origin requests.
Implementation
external RequestCredentials get credentials;