Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WEBGL_lose_context

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

§Methods

§
loseContext(): void
[src]
§
restoreContext(): void
[src]