Searched refs:withCredentials (Results 1 – 4 of 4) sorted by relevance
67 bool withCredentials() const { return m_includeCredentials; } in withCredentials() function
58 attribute boolean withCredentials
14501 XMLHttpRequest.withCredentials=false shouldn't save cookies.
20988 <rdar://problem/6698851> Implement XMLHttpRequest withCredentials attribute20995 Added withCredentials attribute. When it is false (default), neither credentials nor cookies21005 … requests, and for cross origin ones that have withCredentials attribute set. Such code already