fn resolve_result_promise(
body_type: BodyType,
promise: &Promise,
mime_type: Vec<u8>,
body: Vec<u8>,
cx: JSContext,
can_gc: CanGc,
)
Expand description
The success steps of https://fetch.spec.whatwg.org/#concept-body-consume-body.