MLE Fetch API polyfill(mle-js-fetch)
    Preparing search index...

    Interface RequestInit

    interface RequestInit {
        body?: BodyType;
        credentials?: string;
        headers?: HeadersInit;
        method?: string;
    }
    Index

    Properties

    body?: BodyType
    credentials?: string
    headers?: HeadersInit
    method?: string