svelte-webext-storage-adapter
svelte-webext-storage-adapter copied to clipboard
Svelte stores, backed up by chrome.storage
There are lots of incremental improvements I could make that are individually fairly minor, but nonetheless breaking changes. I'd like to release a v3 that takes care of the lot...
Currently, consumers of this package have no way to be notified when one of its `StorageArea.set()` calls starts or succeeds, only when it fails (that's the [`onSetError` option](https://github.com/PikadudeNo1/svelte-webext-storage-adapter/blob/master/README.md#onseterror)). This is...
This package creates Svelte `writable` stores for you, and offers no alternatives. Is there any demand for a way to specify a different compatible implementation of the store contract to...
I recently added JSDocs, which provided partial TypeScript support, but full TypeScript support could grant the TypeScript compiler a better understanding of this package and integrate it more neatly into...
This package already does transactions, in the sense that everything that changes in between [`tick`](https://svelte.dev/docs#tick) resolutions gets batched up into a single `set` call to extension storage. Is there any...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.12 to 4.2.19. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: ensure typings for <svelte:options> are picked up (#12902) fix: escape < in attribute strings...