phaser/src/loader
2020-01-22 16:29:47 +00:00
..
events Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
filetypes Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
typedefs XHRSettings.withCredentials is a new boolean property that controls the withCredentials setting of the XHR Request made by the Loader. It indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates. You can set this on a per-file basis, or global in the Game Config. 2020-01-22 16:29:47 +00:00
const.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
File.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
FileTypesManager.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetURL.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
LoaderPlugin.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
MergeXHRSettings.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
MultiFile.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
XHRLoader.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
XHRSettings.js XHRSettings.withCredentials is a new boolean property that controls the withCredentials setting of the XHR Request made by the Loader. It indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates. You can set this on a per-file basis, or global in the Game Config. 2020-01-22 16:29:47 +00:00