pub type File
pub fn bytes(file: File) -> Promise(BitArray)
pub fn create_object_url(object: File) -> String
pub fn mime(file: File) -> String
pub fn name(file: File) -> String
pub fn new(bits: BitArray, name: String) -> File
pub fn size(file: File) -> Int
pub fn text(file: File) -> Promise(String)