Support native promise callbacks.

This commit is contained in:
Josh Matthews 2016-08-12 11:44:56 -04:00
parent 7ba3172ce0
commit ab168204ed
5 changed files with 138 additions and 3 deletions

View file

@ -374,6 +374,7 @@ pub mod popstateevent;
pub mod processinginstruction;
pub mod progressevent;
pub mod promise;
pub mod promisenativehandler;
pub mod radionodelist;
pub mod range;
pub mod request;