fetch_a_module_worker_script_graph

Function fetch_a_module_worker_script_graph 

Source
pub(crate) fn fetch_a_module_worker_script_graph(
    cx: &mut JSContext,
    global: &GlobalScope,
    url: ServoUrl,
    fetch_client: ModuleFetchClient,
    destination: Destination,
    referrer: Referrer,
    credentials_mode: CredentialsMode,
    on_complete: impl FnOnce(&mut JSContext, Option<Rc<ModuleTree>>) + Clone + 'static,
)
Expand description