Searched defs:WebURLLoaderOptions (Results 1 – 1 of 1) sorted by relevance
36 struct WebURLLoaderOptions { struct44 …WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), cross… in WebURLLoaderOptions() argument46 bool sniffContent; // Whether to sniff content.47 bool allowCredentials; // Whether to send HTTP credentials and cookies with the request.48 … If policy is to use access control, whether to force a preflight for GET, HEAD, and POST requests.49 CrossOriginRequestPolicy crossOriginRequestPolicy;