Skip to content

Commit 041fed8

Browse files
authored
Update UnsafeHTMLSetterOptions and SafeHTMLSetterOptions
1 parent 027606d commit 041fed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dynamic-markup-revamped-explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ interface TrustedSetHTMLUnsafeOptions {
122122
boolean runScripts;
123123
}
124124
125-
typedef (SetHTMLUnsafeOptions or TrustedSetHTMLUnsafeOptions) UnsafeHTMLSetterOptions;
126-
typedef (SetHTMLOptions or TrustedSetHTMLOptions) SafeHTMLSetterOptions;
125+
typedef (SetHTMLUnsafeOptions or TrustedHTMLParserOptions) UnsafeHTMLSetterOptions;
126+
typedef (SetHTMLOptions or TrustedHTMLParserOptions) SafeHTMLSetterOptions;
127127
128128
[Exposed=Window]
129129
mixin interface ElementOrShadowRoot {

0 commit comments

Comments
 (0)