Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions javascript/builtins/AsyncFunction.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,38 @@
"standard_track": true,
"deprecated": false
}
},
"enforces_trusted_types": {
"__compat": {
"description": "Requires arguments to be `TrustedScript` instance when trusted types are enforced",
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#trustedscript",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down
32 changes: 32 additions & 0 deletions javascript/builtins/AsyncGeneratorFunction.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,38 @@
"standard_track": true,
"deprecated": false
}
},
"enforces_trusted_types": {
"__compat": {
"description": "Requires arguments to be `TrustedScript` instance when trusted types are enforced",
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#trustedscript",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion javascript/builtins/Function.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"enforces_trusted_types": {
"__compat": {
"description": "Requires arguments to be `TrustedScript` instance when trusted types are enforced",
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#dom-htmlscriptelement-innertext",
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#trustedscript",
"support": {
"chrome": {
"version_added": false
Expand Down
32 changes: 32 additions & 0 deletions javascript/builtins/GeneratorFunction.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,38 @@
"standard_track": true,
"deprecated": false
}
},
"enforces_trusted_types": {
"__compat": {
"description": "Requires arguments to be `TrustedScript` instance when trusted types are enforced",
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#trustedscript",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down