About Me, Servers, etc.
Less stable connection, I may add exclusive features (dynamic features such as leaderboards or other stuff that needs changing server files).
Up as long as github is up, may not have dynamic features.
This is data stored on your local browser for this domain. This is not data saved on external servers. Chromium and Firefox based browsers (and most others) reserve 5 MBs (5,242,880 Bytes) of localStorage quota for each domain. My website assumes 5 MB, by default. You can set the max quota below.
If the quota is exceeded functions that save to local should show something like:
⚠️ QuotaExceededError: The quota has been exceeded.
More info here: Window localStorage Property | W3Schools.com
? KB / ? KB (?%)
| ??? |
This will redefine and add values from file, but keep all other values:
| Is Defined in localStorage | Is Defined in File | Result |
|---|---|---|
| True | True | Overwritten by File |
| False | True | Added |
| True | False | Stays |
| Size | Status | Iterations (or Bytes) |
|---|---|---|
| 10k B | ⏸️ Waiting | 0 |
| 100 B | ⏸️ Waiting | 0 |
| 1 B | ⏸️ Waiting | 0 |
| Total: | ⏸️ Waiting | 0 B |