如果跨站请求应使用凭证(如 cookies 或授权头),则值为 true;否则为 false。
对于同站请求,此值将被忽略。
bool? get withCredentials native;
set withCredentials(bool? value) native;