Skip to content

Commit 437d5dc

Browse files
committed
doc(indexeddb): add changelog file
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net>
1 parent dd9ebd2 commit 437d5dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Ensure that every instance of an `Event` across all `LinkedChunk`s is
2+
updated when one instance of that `Event` is updated. For efficiency,
3+
a new index was added to the `EVENTS` object store that tracks the
4+
`EventId` of an `Event`, so that all instances of an `Event` across
5+
all `LinkedChunk`s could be retrieved with a single query.

0 commit comments

Comments
 (0)