[−][src]Trait gloo_file::BlobContents
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.
The trait is sealed: it can only be implemented by types in this
crate, as this crate relies on invariants regarding the JsValue returned from into_jsvalue.