script::dom::readablestream

Function get_read_promise_bytes

Source
pub(crate) fn get_read_promise_bytes(
    cx: JSContext,
    v: &HandleValue<'_>,
    can_gc: CanGc,
) -> Result<Vec<u8>, Error>
Expand description

Get the value property of an object that a read promise resolved to.