fn run_package_data_algorithm(
cx: JSContext,
bytes: Vec<u8>,
body_type: BodyType,
mime_type: Vec<u8>,
can_gc: CanGc,
) -> Fallible<FetchedData>
Expand description
The algorithm that takes a byte sequence and returns a JavaScript value or throws an exception of https://fetch.spec.whatwg.org/#concept-body-consume-body.