Phaser API Documentation

  Version: 
maxParallelDownloads: number

Description:

The number of concurrent / parallel resources to try and fetch at once.

Old browsers limit 6 requests per domain; modern ones, especially those with HTTP/2 don't limit it at all.

The default is 32 but you can change this in your Game Config, or by changing this property before the Loader starts.

Type:
number
Since: 3.0.0