[][src]Module yew::services::reader

Service to load files using FileReader.

Re-exports

pub use web_sys::Blob;
pub use web_sys::File;

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.