A request that conforms to the fetch interface.

interface IRequest {
    init?: RequestInit;
    input: RequestInfo;
}

Properties

Properties

init?: RequestInit
input: RequestInfo