We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027606d commit 041fed8Copy full SHA for 041fed8
dynamic-markup-revamped-explainer.md
@@ -122,8 +122,8 @@ interface TrustedSetHTMLUnsafeOptions {
122
boolean runScripts;
123
}
124
125
-typedef (SetHTMLUnsafeOptions or TrustedSetHTMLUnsafeOptions) UnsafeHTMLSetterOptions;
126
-typedef (SetHTMLOptions or TrustedSetHTMLOptions) SafeHTMLSetterOptions;
+typedef (SetHTMLUnsafeOptions or TrustedHTMLParserOptions) UnsafeHTMLSetterOptions;
+typedef (SetHTMLOptions or TrustedHTMLParserOptions) SafeHTMLSetterOptions;
127
128
[Exposed=Window]
129
mixin interface ElementOrShadowRoot {
0 commit comments