withCredentials property

bool withCredentials

Implementation

bool get withCredentials => js_util.getProperty(this, 'withCredentials');
void withCredentials=(bool newValue)

Implementation

set withCredentials(bool newValue) {
  js_util.setProperty(this, 'withCredentials', newValue);
}