pub async fn load_file(path: &str) -> Result<Vec<u8>, FileError>
Expand description

Load file from the path and block until its loaded Will use filesystem on PC and do http request on web