Const
Sets the save strategy for a store. Calling this will abort any pending save operation.
import { setSaveStrategy } from '@tauri-store/pinia';await setSaveStrategy('my-store', 'debounce', 1000); Copy
import { setSaveStrategy } from '@tauri-store/pinia';await setSaveStrategy('my-store', 'debounce', 1000);
Sets the save strategy for a store. Calling this will abort any pending save operation.