Where can I see the key/value pairs saved by Plasmo's storage API in the dev tools?
I checked in the the "Application" tab, but there is nothing in storage there.
Thank you!
10 Replies
@avi12 maybe you know the answer to that one
Keep in mind that since Plasmo is
JSON.stringify()
'ing the values, they are stored this way in the storage
You'd usually want to run the "regular" storage methods for debugging purposesnice!
that is exactly what I wanted.
I don't understand why it's not visible in the dev tools though, or maybe I didn't look in the right place.
That's a great question tbh, you could perhaps file a request in the Chromium issue tracker thingy
Though tbh it's more complicated
How will Firefox tackle this? It supports both the
chrome
and browser
namcespaces
https://issuetracker.google.comThere's also an inspector utils inside the storage module that log the data out into a table as well
@tetec1
@avi12 has reached level 29. GG!
thanks, I'll check that out. It's not in the documentation right? Do you accept PRs for that? I could add a comment to help newbies like me trying to figure out extensions and the web API at the same time.
Gave +1 Rep to @louisgv
Yup - PR of any shape/size are very welcome!