Skip to content

Commit 4ef5449

Browse files
authored
Removing redundant note from WebGPU (#7273)
* Removing redundant note from WebGPU I noticed the page for WebGPU says "All major browser engines are working on implementing this spec. All major browser engines are working on implementing this spec." Hm. The same sentence twice? I came here to fix it. But in JSON, it's only there once. Interesting. Well, this note isn't needed at all in Feb 2025, since seeing feature flags for both WebKit and Gecko browsers tells the same story. So I'm deleting it, expecting that will fix the bug as well. * Update webgpu.json Fixing mistake in P.R.
1 parent cca0db6 commit 4ef5449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features-json/webgpu.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
"3.0-3.1":"n d #1"
659659
}
660660
},
661-
"notes":"All major browser engines are working on implementing this spec.",
661+
"notes":"",
662662
"notes_by_num":{
663663
"1":"Can be enabled in Firefox with the `dom.webgpu.enabled` flag.",
664664
"2":"Can be enabled in Safari with the `WebGPU` feature flag.",

0 commit comments

Comments
 (0)