Question

Im newbie to extension dev in crossrider. I have written a very simple code snippet , which saves data using appAPI.db.async in extension.js and then retrieves appAPI.db.async in my popup (local file) which we create via browseraction.setPopup.

Save and retrieval of local browser storage works perfectly in FF and chrome . But doesnot work in safari.

I even tried appAPI.db method but same results.

Was it helpful?

Solution

according to the documentation, all major browsers are supported...nothing in the appAPI.db.async docs says that it has limitations or is unsupported by any browser...and without seeing your code, i'm going to assume its your code. Here's Crossrider's working demo, how different from that example is your code? or rather, can you implement their code into yours and confirm if it is/not working?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top