Difference between revisions of "LocalStorage"
From Lianjapedia
Yvonne.milne (Talk | contribs) (Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== {| class="wikitable" width="100%" !width=...") |
Barrymavin (Talk | contribs) (→Properties) |
||
| Line 1: | Line 1: | ||
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. | Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
====Methods==== | ====Methods==== | ||
Revision as of 10:35, 10 April 2019
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Methods
| Method | Args | Description |
|---|---|---|
| GetItem | key as Character | Return the value of the property with the specified key |
| SetItem | key as Character, value as Expression | Create a property with the specified key and set its value |
Events
| Event | Args | Description |
|---|