## Description Most JS libraries are written with the intent to run of browsers main thread and not a web worker. JS libraries relies on the support for local storage APIs fail because web worker do not have access to local storage APIs. Examples of libraries that rely on localStorage include Mixpanel-browser, Supabasev2 etc. - Mocks localStorage API by using the respective store operation under the hood. - Autocomplete will not suggest localStorage APIs to promote the use of appsmith store functions. Fixes #19792 ### Type of change - Chore (housekeeping or task changes that don't impact user perception) ### How Has This Been Tested? - Manual 1. Instal supobase - https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2.4.0/dist/umd/supabase.min.js and verify that its working properly 2. Instal recommend libraries and verify that it is getting installed properly > Add Testsmith test cases links that relate to this PR ### Issues raised during DP testing > Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR) ## Checklist: ### Dev activity - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] PR is being merged under a feature flag ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test |
||
|---|---|---|
| .. | ||
| client | ||
| rts | ||
| server | ||
| shared | ||
| util | ||
| yarn.lock | ||