Skip to main content

body_call

Function body_call 

Source
pub fn body_call(
    recv: &Value,
    method: &str,
    args: &[Value],
) -> Result<Value, String>
Expand description

The body accessors shared by Response, Request and Blob. Each answers a settled Promise, because the body is already fully buffered.