pdfrx_web
    Preparing search index...

    Function uploadRelaySource

    • Uploads one immutable PDF source to the reference relay's HTTP endpoint.

      Parameters

      • relayUrl: string

        The relayUrl value (string).

      • sessionId: string

        The collaboration session identifier.

      • documentId: string

        The stable document identifier.

      • bytes: ArrayBuffer

        The binary data to process.

      • transport: CollaborationTransport = {}

        The HTTP transport implementation to use.

      Returns Promise<void>

      The resulting Promise.

      Error when the relay rejects or cannot store the source.