Skip to main content

stream_from_body_init_bytes

Function stream_from_body_init_bytes 

Source
fn stream_from_body_init_bytes(
    cx: &mut JSContext,
    global: &GlobalScope,
    bytes: Vec<u8>,
) -> Fallible<DomRoot<ReadableStream>>
Expand description