We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56294b3 commit f7b6915Copy full SHA for f7b6915
1 file changed
index.bs
@@ -704,7 +704,7 @@ dictionary RegisteredTool {
704
// `title` can be exposed as a `DOMString` since it was taken in by a
705
// `USVString`, meaning all unmatched surrogate processing has already been
706
// done, and there's no need to do it again on tool exposure.
707
- required DOMString title;
+ DOMString title;
708
required DOMString description;
709
DOMString inputSchema;
710
required Window window;
0 commit comments