> For the complete documentation index, see [llms.txt](https://docs.novarietygames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novarietygames.com/websitecreator/luascript/dom/window/localstorage/getkeys.md).

# getKeys

The **`getKeys()`** method of the localStorage interface gets every single key and it's value

Example

```lua
window.localStorage.getKeys() --> {session = "93b21393-3dfb-428c-b6c0-2ee3c8018a6f"}
```
