uim.html.webstorage

Undocumented in source.

Modules

local
module uim.html.webstorage.local
Undocumented in source.
session
module uim.html.webstorage.session
Undocumented in source.

Public Imports

uim.html.webstorage.local
public import uim.html.webstorage.local;
uim.html.webstorage.session
public import uim.html.webstorage.session;

Members

Functions

h5LocalStorageGetItem
string h5LocalStorageGetItem(string target, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
h5LocalStorageRemoveItem
string h5LocalStorageRemoveItem(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
h5LocalStorageSetItem
string h5LocalStorageSetItem(string name, string data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta