如果跨站请求应使用凭据(如 cookies 或授权头),则为 true;否则为 false。
该值在同一站点的请求中会被忽略。
bool? get withCredentials native;
set withCredentials(bool? value) native;