Crate gloo_file

source ·
Expand description

Working with files and blobs on the Web.

These APIs come in two flavors:

  1. a callback style (that more directly mimics the JavaScript APIs), and
  2. a Future API.

Modules

Structs

Enums

Traits

  • This trait is used to overload the Blob::new_with_options function, allowing a variety of types to be used to create a Blob. Ignore this, and use &[u8], &str, etc to create a Blob.