Add WebIDL support for the object type

This maps to the `Object` type in the `js_sys` crate.
This commit is contained in:
Alex Crichton
2018-08-04 15:05:31 -07:00
parent 654bb9b683
commit 90579416cf
6 changed files with 59 additions and 4 deletions

View File

@ -50,3 +50,5 @@ pub mod style_element;
pub mod table_element;
pub mod title_element;
pub mod xpath_result;
pub mod dom_point;
pub mod performance;