add webidl bindings for DOMStringList

This commit is contained in:
Rasmus Viitanen 2019-09-16 11:24:36 +02:00
parent ec1da1d01c
commit 7e4e48c351
12 changed files with 84 additions and 216 deletions

View file

@ -293,6 +293,7 @@ pub mod dompointreadonly;
pub mod domquad;
pub mod domrect;
pub mod domrectreadonly;
pub mod domstringlist;
pub mod domstringmap;
pub mod domtokenlist;
pub mod element;