onWebGlContextLost property

ElementStream<ContextEvent> onWebGlContextLost

Stream of webglcontextlost events handled by this CanvasElement.

Implementation

ElementStream<gl.ContextEvent> get onWebGlContextLost =>
    webGlContextLostEvent.forElement(this);