Skip to content

Commit

Permalink
Chrome Android 121 supports Navigator.gpu + Canvas webgpu_context (#2…
Browse files Browse the repository at this point in the history
…5630)

* Chrome Android supports Navigator.gpu

* Chrome Android supports other WebGPU features
  • Loading branch information
caugner authored Jan 10, 2025
1 parent ac4f39f commit d504098
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/HTMLCanvasElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down
2 changes: 1 addition & 1 deletion api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"deno": [
{
Expand Down
2 changes: 1 addition & 1 deletion api/OffscreenCanvas.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down
2 changes: 1 addition & 1 deletion api/WorkerNavigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"deno": [
{
Expand Down

0 comments on commit d504098

Please sign in to comment.