Function stream_handle_incoming

Source
fn stream_handle_incoming(
    stream: &ReadableStream,
    bytes: Fallible<Vec<u8>>,
    can_gc: CanGc,
)
Expand description

Callback used to enqueue file chunks to streams as part of FileListener.