Merge pull request #2011 from Pankajtanwarbanna/patch-1

Browser LocalStorage capacity updated to 5 MB.
This commit is contained in:
Ilya Kantor 2020-07-18 14:06:57 +03:00 committed by GitHub
commit df9effe06c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).