Function net::fetch::methods::wait_for_response

source ยท
async fn wait_for_response(
    response: &mut Response,
    target: Target<'_>,
    done_chan: &mut DoneChannel,
)