Phaser API Documentation

  Version: 
<readonly> forceSetTimeOut: boolean

Description:

You can force the Time Step to use Set Timeout instead of Request Animation Frame by setting the forceSetTimeOut property to true in the Game Configuration object. It cannot be changed at run-time.

Type:
boolean
Default: false
Since: 3.0.0
Source: src/core/TimeStep.js (Line 178)