brows3r — TypeScript API
    Preparing search index...

    Function diffPreviewCancel

    • Cancel a pending diff record, voiding any future confirm attempts.

      After this call, objectSetStorageClass (or any other command that uses confirmedDiffId) will return a Validation error.

      Returns AppError { kind: "NotFound" } when the diff does not exist.

      Parameters

      • diffId: string

        The DiffId returned by diffPreviewCreate.

      Returns Promise<void>