add popstateevent, hashchangeevent, pagetransitionevent

This commit is contained in:
Connor Brewster 2016-05-03 16:10:13 -06:00
parent 641b374f0b
commit 11dd0d7c46
13 changed files with 298 additions and 230 deletions

View file

@ -264,6 +264,7 @@ pub mod filereader;
pub mod focusevent;
pub mod forcetouchevent;
pub mod formdata;
pub mod hashchangeevent;
pub mod htmlanchorelement;
pub mod htmlappletelement;
pub mod htmlareaelement;
@ -350,10 +351,12 @@ pub mod navigatorinfo;
pub mod node;
pub mod nodeiterator;
pub mod nodelist;
pub mod pagetransitionevent;
pub mod performance;
pub mod performancetiming;
pub mod plugin;
pub mod pluginarray;
pub mod popstateevent;
pub mod processinginstruction;
pub mod progressevent;
pub mod radionodelist;