The webglcontextcreationerror
event of the WebGL API is fired if the user agent is unable to create a WebGLRenderingContext
context.
This event has a WebGLContextEvent.statusMessage
property, which can contain a platform dependent string with more information about the failure.
Bubbles | Yes |
---|---|
Cancelable | Yes |
Interface | WebGLContextEvent |
Event handler property | none |