Phaser API Documentation

  Version: 

Member of: Phaser.Core.Config

<constant> loaderCrossOrigin: string | undefined

Description:

'anonymous', 'use-credentials', or undefined. If you're not making cross-origin requests, leave this as undefined. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes}.

Type:
string | undefined
Since: 3.0.0
Source: src/core/Config.js (Line 476)