Function script::fetch::Fetch

source ยท
pub fn Fetch(
    global: &GlobalScope,
    input: RequestInfo,
    init: RootedTraceableBox<RequestInit>,
    comp: InRealm<'_>,
    can_gc: CanGc,
) -> Rc<Promise>
Expand description