Function script::dom::readablestream::get_read_promise_done

source ยท
pub fn get_read_promise_done(
    cx: JSContext,
    v: &HandleValue<'_>,
) -> Result<bool, Error>
Expand description

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