Phaser API Documentation

  Version: 
<private> checkLoadQueue()

Description:

An internal method called by the Loader.

It will check to see if there are any more files in the pending list that need loading, and if so it will move them from the list Set into the inflight Set, set their CORs flag and start them loading.

It will carrying on doing this for each file in the pending list until it runs out, or hits the max allowed parallel downloads.

Since: 3.7.0