script::dom::readablestream

Function 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.