Fetch

Function Fetch 

Source
pub(crate) fn Fetch(
    global: &GlobalScope,
    input: RequestInfo<DomTypeHolder>,
    init: RootedTraceableBox<RequestInit<DomTypeHolder>>,
    cx: &mut CurrentRealm<'_>,
) -> Rc<Promise>
Expand description