← 返回首页
TT: AsyncFunction, AsyncGeneratorFunction, GeneratorFunction (#28778) · mdn/browser-compat-data@67a8c63 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 67a8c63

Browse files
authored
TT: AsyncFunction, AsyncGeneratorFunction, GeneratorFunction (#28778)
1 parent 2c13186 commit 67a8c63

4 files changed

Lines changed: 97 additions & 1 deletion

File tree

‎javascript/builtins/AsyncFunction.json‎

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,38 @@
9393
"standard_track": true,
9494
"deprecated": false
9595
}
96+
},
97+
"enforces_trusted_types": {
98+
"__compat": {
99+
"description": "Requires arguments to be `TrustedScript` instance when trusted types are enforced",
100+
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#trustedscript",
101+
"support": {
102+
"chrome": {
103+
"version_added": false
104+
},
105+
"chrome_android": "mirror",
106+
"edge": "mirror",
107+
"firefox": {
108+
"version_added": "preview"
109+
},
110+
"firefox_android": "mirror",
111+
"oculus": "mirror",
112+
"opera": "mirror",
113+
"opera_android": "mirror",
114+
"safari": {
115+
"version_added": "26"
116+
},
117+
"safari_ios": "mirror",
118+
"samsunginternet_android": "mirror",
119+
"webview_android": "mirror",
120+
"webview_ios": "mirror"
121+
},
122+
"status": {
123+
"experimental": false,
124+
"standard_track": true,
125+
"deprecated": false
126+
}
127+
}
96128
}
97129
}
98130
}

‎javascript/builtins/AsyncGeneratorFunction.json‎

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,38 @@
8989
"standard_track": true,
9090
"deprecated": false
9191
}
92+
},
93+
"enforces_trusted_types": {
94+
"__compat": {
95+
"description": "Requires arguments to be `TrustedScript` instance when trusted types are enforced",
96+
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#trustedscript",
97+
"support": {
98+
"chrome": {
99+
"version_added": false
100+
},
101+
"chrome_android": "mirror",
102+
"edge": "mirror",
103+
"firefox": {
104+
"version_added": "preview"
105+
},
106+
"firefox_android": "mirror",
107+
"oculus": "mirror",
108+
"opera": "mirror",
109+
"opera_android": "mirror",
110+
"safari": {
111+
"version_added": "26"
112+
},
113+
"safari_ios": "mirror",
114+
"samsunginternet_android": "mirror",
115+
"webview_android": "mirror",
116+
"webview_ios": "mirror"
117+
},
118+
"status": {
119+
"experimental": false,
120+
"standard_track": true,
121+
"deprecated": false
122+
}
123+
}
92124
}
93125
}
94126
}

‎javascript/builtins/Function.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"enforces_trusted_types": {
112112
"__compat": {
113113
"description": "Requires arguments to be `TrustedScript` instance when trusted types are enforced",
114-
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#dom-htmlscriptelement-innertext",
114+
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#trustedscript",
115115
"support": {
116116
"chrome": {
117117
"version_added": false

‎javascript/builtins/GeneratorFunction.json‎

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,38 @@
9393
"standard_track": true,
9494
"deprecated": false
9595
}
96+
},
97+
"enforces_trusted_types": {
98+
"__compat": {
99+
"description": "Requires arguments to be `TrustedScript` instance when trusted types are enforced",
100+
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#trustedscript",
101+
"support": {
102+
"chrome": {
103+
"version_added": false
104+
},
105+
"chrome_android": "mirror",
106+
"edge": "mirror",
107+
"firefox": {
108+
"version_added": "preview"
109+
},
110+
"firefox_android": "mirror",
111+
"oculus": "mirror",
112+
"opera": "mirror",
113+
"opera_android": "mirror",
114+
"safari": {
115+
"version_added": "26"
116+
},
117+
"safari_ios": "mirror",
118+
"samsunginternet_android": "mirror",
119+
"webview_android": "mirror",
120+
"webview_ios": "mirror"
121+
},
122+
"status": {
123+
"experimental": false,
124+
"standard_track": true,
125+
"deprecated": false
126+
}
127+
}
96128
}
97129
}
98130
}

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.