Skip to content

api.OffscreenCanvas - Deno supports getting a webgpu context #29923

Description

@rotu

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

This says deno doesn't support "webgpu context"

What browsers does this problem apply to, if applicable?

Deno

What did you expect to see?

I expect to see that it's supported.

Did you test this? If so, how?

> deno --version
deno 2.9.0 (stable, release, aarch64-apple-darwin)
v8 14.9.207.2-rusty
typescript 6.0.3
> deno eval "console.log(new OffscreenCanvas(32,32).getContext('webgpu'))"
GPUCanvasContext {}

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas

MDN metadata

MDN page report details
  • Query: api.OffscreenCanvas
  • Report started: 2026-06-25T21:24:35.602Z

Metadata

Metadata

Assignees

Labels

data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/APIp3Medium priority – Community PRs encouraged.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions