Skip to content

Commit

Permalink
api.HTMLCanvasElement.getContext.powerPreference works on macOS only (#…
Browse files Browse the repository at this point in the history
…9060)

* api.HTMLCanvasElement.getContext.powerPreference works on macOS only

https://bugzilla.mozilla.org/show_bug.cgi?id=1349799
https://bugzilla.mozilla.org/show_bug.cgi?id=1496459

* Set experimental to true for single implementation
  • Loading branch information
ddbeck committed Feb 11, 2021
1 parent e60946a commit 359017e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions api/HTMLCanvasElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,12 @@
"version_added": false
},
"firefox": {
"version_added": "63"
"version_added": "63",
"partial_implementation": true,
"notes": "Firefox respects the GPU hint on macOS only."
},
"firefox_android": {
"version_added": "63"
"version_added": false
},
"ie": {
"version_added": false
Expand All @@ -342,7 +344,7 @@
}
},
"status": {
"experimental": false,
"experimental": true,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 359017e

Please sign in to comment.