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