Function FetchLater

Source
pub(crate) fn FetchLater(
    window: &Window,
    input: RequestInfo<DomTypeHolder>,
    init: RootedTraceableBox<DeferredRequestInit<DomTypeHolder>>,
    can_gc: CanGc,
) -> Fallible<DomRoot<FetchLaterResult>>
Expand description