We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be7c5a commit a4d3558Copy full SHA for a4d3558
1 file changed
packages/web/src/db/PowerSyncDatabase.ts
@@ -38,6 +38,7 @@ import { AsyncDbAdapter } from './adapters/AsyncWebAdapter.js';
38
39
export interface WebPowerSyncFlags extends WebSQLFlags {
40
/**
41
+ * @deprecated This flag is no longer used. Navigator locks now handle tab detection automatically.
42
* Externally unload open PowerSync database instances when the window closes.
43
* Setting this to `true` requires calling `close` on all open PowerSyncDatabase
44
* instances before the window unloads
0 commit comments