Merge pull request #2011 from Pankajtanwarbanna/patch-1
Browser LocalStorage capacity updated to 5 MB.
This commit is contained in:
commit
df9effe06c
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