js-sys: Add bindings to URIError

This commit is contained in:
Nick Fitzgerald
2018-08-10 13:37:34 -07:00
parent 4148d3b4ac
commit a58c2584b3
3 changed files with 34 additions and 0 deletions

View File

@ -33,6 +33,7 @@ pub mod Set;
pub mod SetIterator;
pub mod Symbol;
pub mod TypedArray;
pub mod UriError;
pub mod WeakMap;
pub mod WeakSet;
pub mod WebAssembly;