Skip to main content

read_file

Function read_file 

Source
pub fn read_file(file: File, on_file: impl FnOnce(String, Vec<u8>) + 'static)
Expand description

Reads one browser File into on_file as its name and bytes.