mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
Add a storage client concept, meant to implement https://storage.spec.whatwg.org/ Implement https://storage.spec.whatwg.org/#obtain-a-storage-bottle-map Also adds create and delete database functionality for the storage map proxy, with a view towards indexeddb integration. Testing: Unit tests cover basic functionality. --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com> Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com> Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> Co-authored-by: gterzian <2792687+gterzian@users.noreply.github.com> Co-authored-by: Taym Haddadi <haddadi.taym@gmail.com>