W3cubDocs

/Haxe JavaScript

ContextEvent

package js.html.webgl

extends Event

@:native("WebGLContextEvent") Available on js

The WebContextEvent interface is part of the WebGL API and is an interface for an event that is generated in response to a status change to the WebGL rendering context.

Documentation WebGLContextEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Constructor

new (type:String, ?eventInit:ContextEventInit)

Throws:

null DOMError

Variables

read only statusMessage:String

A read-only property containing additional information about the event.

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/webgl/ContextEvent.html