This documentation is archived and is not being maintained.
withCredentials property
Indicates whether user credentials should be included with the request.
This property is read/write.
Syntax
| JavaScript |
object.withCredentials = ptr
ptr = object.withCredentials
|
Property values
Type: boolean
See also
-
XMLHttpRequest