@dxos/react-client
    Preparing search index...

    Variable assertLoopbackOriginConst

    assertLoopbackOrigin: (origin: string) => URL

    The loop evaluates whatever the server hands it, so the server must be one only a local process can be. origin is caller-supplied and reaches fetch directly; a remote CORS-enabled host would otherwise be able to drive eval in the page.

    Type declaration

      • (origin: string): URL
      • Parameters

        • origin: string

        Returns URL