user366121
user366121

Reputation: 3271

firefox extension javascript storage

I want to program a firefox formfiller extension. What I don't quite understand is how do I save my content. To a sqllite file or are there other ways to do it and how would the javascript code look like?

cheers, US

Upvotes: 1

Views: 266

Answers (1)

CAFxX
CAFxX

Reputation: 30281

First result for "extension storage javascript": https://developer.mozilla.org/en/storage (see also the first note on that page)

Upvotes: 2

Related Questions