implement ExtendableEvent as base type for ServiceWorker events

This commit is contained in:
Rahul Sharma 2016-09-16 18:22:30 +05:30
parent 6ac9dfdd34
commit 8b10cca91f
9 changed files with 242 additions and 27 deletions

View file

@ -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;