langchain.js
    Preparing search index...

    Configuration options for fetch requests, similar to axios config but for fetch

    interface RequestConfig {
        withCredentials?: boolean;
    }

    Hierarchy

    • Omit<RequestInit, "headers">
      • RequestConfig
    Index

    Properties

    Properties

    withCredentials?: boolean