fn stream_handle_incoming(
    stream: &ReadableStream,
    bytes: Result<Vec<u8>, Error>
)
Expand description

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