Interface FetchArgs

interface FetchArgs {
    init?: RequestInit;
    input: string | URL | Request;
}

Properties

Properties

init?: RequestInit
input: string | URL | Request