WebGLContextEvent
open class WebGLContextEvent(val type: EventType<WebGLContextEvent>, init: WebGLContextEventInit = definedExternally) : Event(source)
The WebGLContextEvent 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.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The read-only WebGLContextEvent.statusMessage
property contains additional event status information, or is an empty string if no additional information is available.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard