Skip to content

Commit 79c2488

Browse files
atjnElchi3
andauthored
Safari enabled strict mime checks for workers (#20090)
* Safari enabled strict mime checks for workers * Remove unnecessary bug link Co-authored-by: Florian Scholz <[email protected]> * Remove unnecessary bug link Co-authored-by: Florian Scholz <[email protected]> * Make JSON valid --------- Co-authored-by: Florian Scholz <[email protected]>
1 parent aff63e4 commit 79c2488

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

api/SharedWorker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"opera": "mirror",
189189
"opera_android": "mirror",
190190
"safari": {
191-
"version_added": false
191+
"version_added": "16"
192192
},
193193
"safari_ios": "mirror",
194194
"samsunginternet_android": "mirror",

api/Worker.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@
219219
"opera": "mirror",
220220
"opera_android": "mirror",
221221
"safari": {
222-
"version_added": false,
223-
"notes": "See <a href='https://webkit.org/b/192749'>WebKit bug 192749</a>."
222+
"version_added": "16"
224223
},
225224
"safari_ios": "mirror",
226225
"samsunginternet_android": "mirror",

api/WorkerGlobalScope.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"opera": "mirror",
228228
"opera_android": "mirror",
229229
"safari": {
230-
"version_added": false
230+
"version_added": "16"
231231
},
232232
"safari_ios": "mirror",
233233
"samsunginternet_android": "mirror",

0 commit comments

Comments
 (0)