Interface WEBGL_lose_context

    interface WEBGL_lose_context {
        loseContext(): void;
        restoreContext(): void;
    }

    Methods