Secret-Hitler-Online/BrowserStorage.md
2020-09-28 22:31:46 -06:00

6 lines
No EOL
353 B
Markdown

This document details the data stored in localStorage and sessionStorage of the browser.
| Key | Data Type | Description
| --------- | --------- | -------------
| game-code | String | The current game code the player is in, if this is not set, then they are not in a game
| is-host | Boolean | If the player is the host of the game or not.