Skip to content

Conversation

arihant2math
Copy link
Contributor

Start implementing a serialization module.
Why? indexeddb keys need to remain sorted in the database, that way key range queries can be made via sql. This allows for key range querying without having to load each key and deserialize it. The implementation is taken from firefox.

Testing: WPT, and unit tests
Fixes: None

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
@arihant2math arihant2math added the A-content/indexeddb IndexedDB implementation issues. label Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/indexeddb IndexedDB implementation issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant