withCredentials property

bool withCredentials
getter/setter pair

Whether or not to send the request with credentials. Only applicable to requests in the browser, but does not adversely affect any other platform.

Implementation

bool withCredentials = false;