Module reader

Source
Expand description

Service to load files using FileReader.

Re-exports§

pub use stdweb::web::Blob;
pub use stdweb::web::File;
pub use stdweb::web::IBlob;

Structs§

FileData
Struct that represents data of a file.
ReaderService
A reader service attached to a user context.
ReaderTask
A handle to control reading.

Enums§

FileChunk
Struct that represents a chunk of a file.