Comunica
    Preparing search index...

    Interface IRequest

    A request that conforms to the fetch interface.

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

    Properties

    Properties

    init?: RequestInit
    input: RequestInfo