Skip to content

Commit 7f95116

Browse files
authored
Update multi-tab support re safari (#107)
1 parent ecfff07 commit 7f95116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client-sdk-references/javascript-web/usage-examples.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description: "Code snippets and guidelines for common scenarios"
66
## Multiple Tab Support
77

88
<Warning>
9-
Multiple tab support is not currently available on Android or Safari.
9+
* Multiple tab support is not currently available on Android.
10+
* For Safari, use the [`OPFSCoopSyncVFS`](/client-sdk-references/javascript-web#sqlite-virtual-file-systems) virtual file system to ensure stable multi-tab functionality.
1011
</Warning>
1112

1213
Using PowerSync between multiple tabs is supported on some web browsers. Multiple tab support relies on shared web workers for database and sync streaming operations. When enabled, shared web workers named `shared-DB-worker-[dbFileName]` and `shared-sync-[dbFileName]` will be created.

0 commit comments

Comments
 (0)