Implement most of the important WindowProxy traps

This commit is contained in:
Tom Schuster 2015-01-09 16:36:05 +01:00
parent b020a015d9
commit d54a45a2b1
5 changed files with 145 additions and 14 deletions

View file

@ -62,7 +62,7 @@ pub mod dom {
pub mod callback;
pub mod error;
pub mod conversions;
mod proxyhandler;
pub mod proxyhandler;
pub mod str;
pub mod structuredclone;
pub mod trace;