Phaser API Documentation

  Version: 
localSchemes: Array.<string>

Description:

An array of all schemes that the Loader considers as being 'local'.

This is populated by the Phaser.Core.Config#loaderLocalScheme game configuration setting and defaults to [ 'file://', 'capacitor://' ]. Additional local schemes can be added to this array as needed.

Type:
Array.<string>
Since: 3.60.0