Skip to content

Commit f7b6915

Browse files
committed
title does not need to be required
1 parent 56294b3 commit f7b6915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ dictionary RegisteredTool {
704704
// `title` can be exposed as a `DOMString` since it was taken in by a
705705
// `USVString`, meaning all unmatched surrogate processing has already been
706706
// done, and there's no need to do it again on tool exposure.
707-
required DOMString title;
707+
DOMString title;
708708
required DOMString description;
709709
DOMString inputSchema;
710710
required Window window;

0 commit comments

Comments
 (0)