Definition
WebGL Specification defines WebGLContextEventInit
// EventInit is defined in the DOM4 specification.
dictionary WebGLContextEventInit : EventInit {
DOMString statusMessage = "";
};
WebGLContextEventInit
dictionaryWebGL Specification defines WebGLContextEventInit
// EventInit is defined in the DOM4 specification.
dictionary WebGLContextEventInit : EventInit {
DOMString statusMessage = "";
};