Browser LocalStorage capacity updated to 5 MB.
This commit is contained in:
parent
72482bc435
commit
0b7266da47
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ Modern browsers also support [Broadcast channel API](https://developer.mozilla.o
|
|||
|
||||
Web storage objects `localStorage` and `sessionStorage` allow to store key/value in the browser.
|
||||
- Both `key` and `value` must be strings.
|
||||
- The limit is 2mb+, depends on the browser.
|
||||
- The limit is 5mb+, depends on the browser.
|
||||
- They do not expire.
|
||||
- The data is bound to the origin (domain/port/protocol).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue