mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
implement ExtendableEvent as base type for ServiceWorker events
This commit is contained in:
parent
6ac9dfdd34
commit
8b10cca91f
9 changed files with 242 additions and 27 deletions
|
@ -267,6 +267,8 @@ pub mod event;
|
|||
pub mod eventdispatcher;
|
||||
pub mod eventsource;
|
||||
pub mod eventtarget;
|
||||
pub mod extendableevent;
|
||||
pub mod extendablemessageevent;
|
||||
pub mod file;
|
||||
pub mod filelist;
|
||||
pub mod filereader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue