Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion features/offscreen-canvas.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Offscreen canvas
description: The `OffscreenCanvas` API provides a canvas that can be drawn to off screen, with no dependencies on the DOM, which can be used to run heavy rendering operations inside a worker context.
spec: https://html.spec.whatwg.org/multipage/canvas.html#the-offscreencanvas-interface
group: canvas
group:
- canvas
- transferable
caniuse: offscreencanvas
compat_features:
- api.HTMLCanvasElement.transferControlToOffscreen
Expand Down
4 changes: 3 additions & 1 deletion features/streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Streams
description: The streams API creates, composes, and consumes continuously generated data.
spec: https://streams.spec.whatwg.org/
caniuse: streams
group: streams
group:
- streams
- transferable
# TODO: Later support
# - api.ReadableStreamDefaultController
# - api.ReadableStreamDefaultController.close
Expand Down
2 changes: 2 additions & 0 deletions features/webcodecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: WebCodecs
description: The WebCodecs API provides low-level access to individual video frames and chunks of audio samples, for full control over the way media is processed.
spec: https://w3c.github.io/webcodecs/
caniuse: webcodecs
group:
- transferable
status:
compute_from:
- api.AudioDecoder.AudioDecoder
Expand Down