withCredentials 属性

bool? withCredentials

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

对于同站请求,此值将被忽略。

实现

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

实现

set withCredentials(bool? value) native;