Skip to content

Commit

Permalink
Give optional dictionary a default value
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiemc committed Jan 28, 2025
1 parent 0520a58 commit 816aa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ enum ExtraInfoSpec {
[Exposed=Window, SecureContext]
interface WebRequestEvent {
undefined addListener(WebRequestEventListener listener,
optional RequestFilter filter,
optional RequestFilter filter = {},
optional sequence<ExtraInfoSpec> extraInfoSpec);
boolean hasListener(WebRequestEventListener listener);
boolean hasListeners();
Expand Down

0 comments on commit 816aa03

Please sign in to comment.