pub(crate) fn get_read_promise_bytes( cx: &mut JSContext, v: &HandleValue<'_>, ) -> Result<Vec<u8>, Error>
Get the value property of an object that a read promise resolved to.
value