keploy / keploy/browser-extension
feat: use service memory heap instead of sessionStorage
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
There's currently an 8KB limit for items that can be stored via the `sessionStorage` API. This is going to be limiting if we are storing larger content, eg: images.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the browser extension code that uses the sessionStorage API and trace how the service memory heap is exposed. Check how larger content such as images is stored and retrieved. Done means storage no longer has the stated 8KB limitation for recorded content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100