Skip to content
Merged
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
6 changes: 5 additions & 1 deletion features/createimagebitmap.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: createImageBitmap
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`.
spec: https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#imagebitmap
caniuse: createimagebitmap
# We broke from caniuse's definition of this feature in
# https://github.com/web-platform-dx/web-features/pull/3165 We could reinstate
# this link if caniuse changes its definition or if we develop a way to convey
# partially supported information
# caniuse: createimagebitmap
status:
compute_from:
- api.createImageBitmap
Expand Down