Skip to content

Commit 6b7e57a

Browse files
committed
clarify SharedWorker in demo app
1 parent 5d07082 commit 6b7e57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/idb-cache-app/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ const App = () => {
467467
</Flex.Item>
468468
<Tooltip
469469
color="primary-inverse"
470-
renderTip="Worker (isolated) or SharedWorker (shared across tabs)."
470+
renderTip="Worker (isolated) or SharedWorker (shared across same-origin tabs)."
471471
offsetY="5px"
472472
>
473473
<Flex.Item as="div">

0 commit comments

Comments
 (0)