fetch_a_modulepreload_module

Function fetch_a_modulepreload_module 

Source
pub(crate) fn fetch_a_modulepreload_module(
    cx: &mut JSContext,
    url: ServoUrl,
    destination: Destination,
    global: &GlobalScope,
    options: ScriptFetchOptions,
    on_complete: impl FnOnce(&mut JSContext, bool) + 'static,
)
Expand description