indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates. Setting withCredentials has no effect on same-site requests.
withCredentials
false Copy
false
loader
// enable withCredentialsme.loader.withCredentials = true;// set all ressources to be loadedme.loader.preload(game.resources, () => this.loaded()); Copy
// enable withCredentialsme.loader.withCredentials = true;// set all ressources to be loadedme.loader.preload(game.resources, () => this.loaded());
indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates. Setting withCredentials has no effect on same-site requests.