Trevixal API
    Preparing search index...
    interface DecryptOptions {
        ignoreExpiry?: boolean;
        now?: number;
    }
    Index
    ignoreExpiry?: boolean

    Open an expired document anyway: the result then reports expired: true.

    now?: number

    Clock override for expiry checks (tests, or a server-supplied time).