diff --git a/features/offscreen-canvas.yml b/features/offscreen-canvas.yml index 526f480241a..7e7ffc990c8 100644 --- a/features/offscreen-canvas.yml +++ b/features/offscreen-canvas.yml @@ -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 diff --git a/features/streams.yml b/features/streams.yml index f36a5c393a3..4daed2d2b28 100644 --- a/features/streams.yml +++ b/features/streams.yml @@ -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 diff --git a/features/webcodecs.yml b/features/webcodecs.yml index b28d885ea96..4fa5e006bd3 100644 --- a/features/webcodecs.yml +++ b/features/webcodecs.yml @@ -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