withCredentials 属性

bool? withCredentials

如果跨站请求应使用凭据(如 cookies 或授权头),则为 true;否则为 false。

该值在同一站点的请求中会被忽略。

实现

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

实现

set withCredentials(bool? value) native;