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

    Function proxyFetch

    • Make an HTTP request proxied through the VS Code extension. This bypasses CORS restrictions by having the extension host make the request.

      Parameters

      • url: string

        URL to fetch

      • init: RequestInit = {}

        Fetch init options

      • messageHandler: MessageHandler = MessageHandler.instance

        Message handler instance to use

      Returns Promise<Response>

      Promise resolving to Response-like object