File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 215
215
"deprecated" : false
216
216
}
217
217
},
218
+ "enforces_trusted_types" : {
219
+ "__compat" : {
220
+ "description" : " Requires `TrustedScriptURL` instance when trusted types are enforced" ,
221
+ "spec_url" : " https://html.spec.whatwg.org/multipage/workers.html#the-workerglobalscope-common-interface:dom-workerglobalscope-importscripts" ,
222
+ "support" : {
223
+ "chrome" : {
224
+ "version_added" : " 139"
225
+ },
226
+ "chrome_android" : " mirror" ,
227
+ "edge" : " mirror" ,
228
+ "firefox" : {
229
+ "version_added" : " 136" ,
230
+ "flags" : [
231
+ {
232
+ "type" : " preference" ,
233
+ "name" : " dom.security.trusted_types.enabled" ,
234
+ "value_to_set" : " true"
235
+ }
236
+ ]
237
+ },
238
+ "firefox_android" : " mirror" ,
239
+ "oculus" : " mirror" ,
240
+ "opera" : " mirror" ,
241
+ "opera_android" : " mirror" ,
242
+ "safari" : {
243
+ "version_added" : " 26"
244
+ },
245
+ "safari_ios" : " mirror" ,
246
+ "samsunginternet_android" : " mirror" ,
247
+ "webview_android" : " mirror" ,
248
+ "webview_ios" : " mirror"
249
+ },
250
+ "status" : {
251
+ "experimental" : false ,
252
+ "standard_track" : true ,
253
+ "deprecated" : false
254
+ }
255
+ }
256
+ },
218
257
"mime_checks" : {
219
258
"__compat" : {
220
259
"description" : " Strict MIME type checks for `importScripts()`" ,
You can’t perform that action at this time.
0 commit comments