Skip to content

Commit

Permalink
Fix #388.
Browse files Browse the repository at this point in the history
  • Loading branch information
koto committed Jan 12, 2024
1 parent d8dc67a commit 52ddbc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,9 @@ object instances directly - this behavior is provided by

<pre class="idl">
dictionary TrustedTypePolicyOptions {
CreateHTMLCallback? createHTML;
CreateScriptCallback? createScript;
CreateScriptURLCallback? createScriptURL;
CreateHTMLCallback createHTML;
CreateScriptCallback createScript;
CreateScriptURLCallback createScriptURL;
};
callback CreateHTMLCallback = DOMString? (DOMString input, any... arguments);
callback CreateScriptCallback = DOMString? (DOMString input, any... arguments);
Expand Down

0 comments on commit 52ddbc9

Please sign in to comment.