WebIDLpedia

WebGLContextEvent interface

Definition

WebGL Specification defines WebGLContextEvent



[Exposed=(Window,Worker)]
interface WebGLContextEvent : Event {
    constructor(DOMString type, optional WebGLContextEventInit eventInit = {});
    readonly attribute DOMString statusMessage;
};

Methods and attributes that return objects implementing WebGLContextEvent