localForage / localForage/localForage-observable
[Feature Request] Provide a way to customize cross tab observer implementation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Storage events are only able to detect changes of localStorage and sessionStorage.
Since I'm working on a driver for value storage of userscripts (e.g. Tampermonkey), I need a way to customize the cross tab observer using [GM_addValueChangeListener](https://www.tampermonkey.net/documentation.php#GM_addValueChangeListener) in order to make my driver compatible with localForage-observable.
Thanks for a nice package :)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; begin by locating the cross-tab observer and its storage-event handling in the TypeScript package. Review how observers are connected to localForage, then determine the configuration or extension point needed for a userscript listener; done means a custom observer can detect value changes for a compatible driver.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100