withCredentials property

bool? withCredentials

Implementation

bool? get withCredentials => _jsInternal?['withCredentials'] as bool?;
void withCredentials=(bool? withCredentials)

Implementation

set withCredentials(bool? withCredentials) {
  _jsInternal?['withCredentials'] = withCredentials;
}