files/en-us/web/api/idbtransaction/durability/index.md
{{securecontext_header}}{{APIRef("IndexedDB")}}
The durability read-only property of the {{domxref("IDBTransaction")}} interface returns the durability hint the transaction was created with.
This is a hint to the user agent of whether to prioritize performance or durability when committing the transaction.
The value of this property is defined in the options.durability parameter when creating a transaction using {{domxref("IDBDatabase.transaction()")}}.
Any of the following literal {{jsxref('String', 'strings')}}:
"strict"
"relaxed"
"default"
For a full working example, see our To-do Notifications app (view example live).
{{Specifications}}
{{Compat}}