@valon-technologies/gestalt
    Preparing search index...

    Variable TransactionDurabilityHintConst

    TransactionDurabilityHint: {
        TRANSACTION_DURABILITY_DEFAULT: 0;
        TRANSACTION_DURABILITY_STRICT: 1;
        TRANSACTION_DURABILITY_RELAXED: 2;
    } = ...

    TransactionDurabilityHint mirrors the W3C IndexedDB durability option as a provider hint. It is not a portable durability guarantee.

    Type Declaration

    • ReadonlyTRANSACTION_DURABILITY_DEFAULT: 0
    • ReadonlyTRANSACTION_DURABILITY_STRICT: 1
    • ReadonlyTRANSACTION_DURABILITY_RELAXED: 2