Phaser API Documentation

  Version: 

Member of: Phaser

<static, constant> HEADLESS: number

Description:

A Headless Renderer doesn't create either a Canvas or WebGL Renderer. However, it still absolutely relies on the DOM being present and available. This mode is meant for unit testing, not for running Phaser on the server, which is something you really shouldn't do.

Type:
number
Since: 3.0.0
Source: src//const.js (Line 63)