Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Function proxyFetch

    • Makes an HTTP request proxied through the VS Code extension host, bypassing CORS restrictions.

      Parameters

      • url: string

        Target URL to fetch.

      • init: RequestInit = {}

        Standard Fetch API request options.

      • messageHandler: MessageHandler = MessageHandler.instance

        Message handler instance for extension communication.

      Returns Promise<Response>

      Promise resolving to a Response-like object with status, headers, and body.