Phaser API Documentation

  Version: 
onBase64Load(xhr)

Description:

Called by the XHRLoader if it was given a File with base64 data to load.

Parameters:

name type description
xhr XMLHttpRequest

The FakeXHR object containing the decoded base64 data.

Since: 3.80.0
Source: src/loader/File.js (Line 364)