Reputation: 3301
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
Reputation: 30351
First result for "extension storage javascript": https://developer.mozilla.org/en/storage (see also the first note on that page)
Upvotes: 2