sessionStorage
Protocol bindings for all sessionStorage operations.
Usage
1 | client.sessionStorage([method][,args]).then(callback); |
Parameters
Param | Type | Details |
---|---|---|
method optional |
String | method for storage operation |
args optional |
Object/String | operation arguments |
Example
1 | // get the storage item for the given key |