@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Function defaultTsaPost

    • Default TSA round trip for GigaPdfDoc.signTimestamped: POST the RFC 3161 TimeStampReq to url as application/timestamp-query and return the raw TimeStampResp (application/timestamp-reply) body. Works in both Node and the browser via the global fetch.

      No SSRF allow-listing is performed here — the URL is host-supplied. Consumers that need to restrict it should pass their own tsaFetch.

      Parameters

      • url: string
      • req: Uint8Array

      Returns Promise<Uint8Array<ArrayBufferLike>>