onWebGlContextLost property

ElementStream<ContextEvent> onWebGlContextLost
@DocsEditable(), @DomName('HTMLCanvasElement.onwebglcontextlost')

Stream of webglcontextlost events handled by this CanvasElement.

Implementation

@DomName('HTMLCanvasElement.onwebglcontextlost')
@DocsEditable()
ElementStream<gl.ContextEvent> get onWebGlContextLost =>
    webGlContextLostEvent.forElement(this);