Function script::dom::readablestream::create_readable_stream
source ยท fn create_readable_stream(
global: &GlobalScope,
underlying_source_type: UnderlyingSourceType,
queuing_strategy: QueuingStrategy,
can_gc: CanGc,
) -> Root<Dom<ReadableStream>>