public interface Storage
Storage is a SQLite database API. It is available to trusted callers, meaning extensions and Firefox components only.
The API is currently "unfrozen", which means it is subject to change at any time; in fact, it has changed somewhat with each release of Firefox since it was introduced, and will likely continue to do so for a while.
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getItem(String key) |
int |
getLength() |
String |
key(int index) |
void |
removeItem(String key) |
void |
setItem(String key,
String data) |
Copyright © 2018. All rights reserved.