Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/tsc/dts/lib.dom.d.ts>OffscreenCanvasRenderingContext2D

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable OffscreenCanvasRenderingContext2D
import { OffscreenCanvasRenderingContext2D } from "https://deno.land/x/deno@v1.30.0/cli/tsc/dts/lib.dom.d.ts";

type

{ prototype: OffscreenCanvasRenderingContext2D; new (): OffscreenCanvasRenderingContext2D; }