|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"Storage.idl";
Public Member Functions | |
| DOMString | key (unsigned long index) |
| getter DOMString | getItem (DOMString key) |
| void | setItem (DOMString key, DOMString data) |
| void | removeItem (DOMString key) |
| void | clear () |
Public Attributes | |
| readonly attribute unsigned long | length |
| void Storage::clear | ( | ) |
| getter DOMString Storage::getItem | ( | DOMString | key | ) |
| DOMString Storage::key | ( | unsigned long | index | ) |
| void Storage::removeItem | ( | DOMString | key | ) |
| void Storage::setItem | ( | DOMString | key, |
| DOMString | data | ||
| ) |
1.8.13