|
void nsISessionStore::setTabValue |
( |
in nsIDOMNode |
aTab, |
|
|
in AString |
aKey, |
|
|
in AString |
aStringValue |
|
) |
| |
- Parameters:
-
aTab | is the browser tab to set the value for. |
aKey | is the value's name. |
aStringValue | is the value itself (use JSON.stringify/parse before setting JS objects). |
|