Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF98 OffscreenCanvasRenderingContext2D support added behind pref #17513

Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 19 additions & 3 deletions api/OffscreenCanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,25 @@
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox": [
{
"version_added": "preview",
"partial_implementation": true,
"notes": "See <a href='https://bugzil.la/1746750'>bug 1746750</a>.",
hamishwillee marked this conversation as resolved.
Show resolved Hide resolved
},
{
"version_added": "98",
"partial_implementation": true,
"notes": "See <a href='https://bugzil.la/1746750'>bug 1746750</a>.",
"flags": [
{
"type": "preference",
"name": "gfx.offscreencanvas.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand Down