create_readable_stream

Function create_readable_stream 

Source
pub(crate) fn create_readable_stream(
    cx: &mut JSContext,
    global: &GlobalScope,
    underlying_source_type: UnderlyingSourceType,
    queuing_strategy: Option<Rc<QueuingStrategySize<DomTypeHolder>>>,
    high_water_mark: Option<f64>,
) -> DomRoot<ReadableStream>
Expand description