Skip to content

Commit d504098

Browse files
authored
Chrome Android 121 supports Navigator.gpu + Canvas webgpu_context (#25630)
* Chrome Android supports Navigator.gpu * Chrome Android supports other WebGPU features
1 parent ac4f39f commit d504098

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/HTMLCanvasElement.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
770770
},
771771
"chrome_android": {
772-
"version_added": false
772+
"version_added": "121"
773773
},
774774
"edge": "mirror",
775775
"firefox": {

api/Navigator.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@
18691869
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
18701870
},
18711871
"chrome_android": {
1872-
"version_added": false
1872+
"version_added": "121"
18731873
},
18741874
"deno": [
18751875
{

api/OffscreenCanvas.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
402402
},
403403
"chrome_android": {
404-
"version_added": false
404+
"version_added": "121"
405405
},
406406
"edge": "mirror",
407407
"firefox": {

api/WorkerNavigator.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
309309
},
310310
"chrome_android": {
311-
"version_added": false
311+
"version_added": "121"
312312
},
313313
"deno": [
314314
{

0 commit comments

Comments
 (0)