SupportDetails

SupportDetails

Support Info and Report

Constructor

new SupportDetails()

Members

(static) defaultOptions

Methods

(static) generateSupportReport() → {SupportReportData}

Collects a number of metrics that is useful for Support

Returns:
Type
SupportReportData

(static) getWebGLRendererInfo(gl) → {string}

Get a WebGL renderer information string

Parameters:
Name Type Description
gl WebGLRenderingContext

The rendering context

Returns:

The unmasked renderer string

Type
string

activateListeners(html)

Binds the Support Report copy button

Parameters:
Name Type Description
html

getData(options) → {Object|Promise}

Returns the support report data

Parameters:
Name Type Description
options
Returns:
Type
Object | Promise