green_copper_runtime::features::js_fetch::spec

Function do_fetch

source
pub async fn do_fetch(
    url: Option<String>,
    fetch_init: FetchInit,
) -> Result<Response, JsError>