Skip to content

Commit

Permalink
Bug 1693523 [wpt PR 27675] - Update interfaces/content-index.idl, a=t…
Browse files Browse the repository at this point in the history
…estonly

Automatic update from web-platform-tests
Update interfaces/content-index.idl (#27675)

Source: https://github.com/w3c/webref/blob/4531bf6/ed/idl/content-index.idl
Build: https://travis-ci.org/w3c/webref/builds/217493628
--

wpt-commits: 2a0d77c018b88bc10e61d4346ccf109ec6127474
wpt-pr: 27675
  • Loading branch information
autofoolip authored and moz-wptsync-bot committed Mar 8, 2021
1 parent cf0839e commit d97066d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/web-platform/tests/interfaces/content-index.idl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ dictionary ContentIndexEventInit : ExtendableEventInit {
required DOMString id;
};

[Constructor(DOMString type, ContentIndexEventInit init), Exposed=ServiceWorker]
[Exposed=ServiceWorker]
interface ContentIndexEvent : ExtendableEvent {
constructor(DOMString type, ContentIndexEventInit init);
readonly attribute DOMString id;
};

0 comments on commit d97066d

Please sign in to comment.