-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension should be able to download and use new approved slur list from the uli-community server #650
Comments
When we first implemented persistence for local slur list, the only querying pattern was to get the entire list and save an entire list of strings. LocalStorage worked so far because we were dealing with only strings but now new feature requests have emerged that justifies looking for a better storage mechanism. Some that I can think of are :
I am proposing exploring IndexedDB, a browser API for storing data persistently. There are also libraries like Dexie.js that make it easy work with indexedDB. Lets start by evaluating the feasibility of using this as a solution. |
Goals for the Analysis
notes
|
|
Prior Discussion : #237 (comment)
The text was updated successfully, but these errors were encountered: