caido
caido copied to clipboard
Frontend API - Storing/retrieving data
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help us know what to work on
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
Description
A function in the Caido API that will allow us to read/write plugin data. This is currently possible with localStorage
but I think it would be better to have access to a folder like /Caido/Plugins/EvenBetter
and store data there.
Use cases
This would help us in making Caido plugins that need to store/retrieve data.