withCredentials property
bool
get
withCredentials
The withCredentials
read-only property of the
EventSource interface returns a boolean value indicating whether
the EventSource
object was instantiated with CORS credentials set.
Implementation
external bool get withCredentials;