Implement XMLSerializer interface

This commit is contained in:
George Roman 2019-03-14 19:08:17 +02:00
parent e58226814f
commit c6433efc1d
8 changed files with 76 additions and 67 deletions

View file

@ -533,6 +533,7 @@ pub mod xmldocument;
pub mod xmlhttprequest;
pub mod xmlhttprequesteventtarget;
pub mod xmlhttprequestupload;
pub mod xmlserializer;
pub mod xr;
pub mod xrframe;
pub mod xrlayer;