Add webidl for Blob arraybuffer / text (#2008)

This commit is contained in:
Bennett Hardwick
2020-02-20 01:11:03 +10:00
committed by GitHub
parent 7db01a7c7c
commit 9d55978af5
4 changed files with 72 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pub mod anchor_element;
pub mod body_element;
pub mod br_element;
pub mod button_element;
pub mod blob;
pub mod console;
pub mod div_element;
pub mod element;