Function script::dom::readablestream::get_read_promise_bytes
source ยท pub fn get_read_promise_bytes(
cx: JSContext,
v: &HandleValue<'_>,
) -> Result<Vec<u8>, Error>
Expand description
Get the value
property of an object that a read promise resolved to.