withCredentials property

bool? withCredentials

True if cross-site requests should use credentials such as cookies or authorization headers; false otherwise.

This value is ignored for same-site requests.

Implementation

bool? get withCredentials native;
void withCredentials= (bool? value)

Implementation

set withCredentials(bool? value) native;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/HttpRequest/withCredentials.html