Skip to content

Commit e69b8e8

Browse files
authored
Unlink createimagebitmap feature from caniuse (#3172)
1 parent 624f984 commit e69b8e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

features/createimagebitmap.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: createImageBitmap
22
description: The `createImageBitmap()` global method creates an `ImageBitmap` object from a source such as an image, SVG, blob, or canvas. An `ImageBitmap` object represents pixel data that can be drawn to a canvas with lower latency than other types, such as `ImageData`.
33
spec: https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#imagebitmap
4-
caniuse: createimagebitmap
4+
# We broke from caniuse's definition of this feature in
5+
# https://github.com/web-platform-dx/web-features/pull/3165 We could reinstate
6+
# this link if caniuse changes its definition or if we develop a way to convey
7+
# partially supported information
8+
# caniuse: createimagebitmap
59
status:
610
compute_from:
711
- api.createImageBitmap

0 commit comments

Comments
 (0)