Skip to content

Commit

Permalink
createImageBitmap imageOrientation value from-image supported (#23480)
Browse files Browse the repository at this point in the history
* createImageBitmap imageOrientation value from-image supported

* Make none and from-image into subfeatures
  • Loading branch information
hamishwillee authored Jun 29, 2024
1 parent 0c2ab34 commit 5274ee6
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions api/_globals/createImageBitmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,78 @@
"standard_track": true,
"deprecated": false
}
},
"from-image": {
"__compat": {
"description": "Value <code>from-image</code>",
"support": {
"chrome": {
"version_added": "112"
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.40"
},
"edge": "mirror",
"firefox": {
"version_added": "111"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "16"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"none": {
"__compat": {
"description": "Value <code>none</code>",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.40"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
}
},
"options_premultiplyAlpha_parameter": {
Expand Down

0 comments on commit 5274ee6

Please sign in to comment.