Searched defs:XHRTestSettings (Results 1 – 1 of 1) sorted by relevance
675 struct XHRTestSettings { struct676 XHRTestSettings() : synchronous(true) {} in XHRTestSettings() argument678 std::string url;679 std::string sub_url;680 std::string sub_allow_origin;681 std::string sub_redirect_url;682 bool synchronous;