pub fn read_file(file: File, on_file: impl FnOnce(String, Vec<u8>) + 'static)
Reads one browser File into on_file as its name and bytes.
File
on_file