Browser LocalStorage capacity updated to 5 MB.

This commit is contained in:
Pankaj Tanwar 2020-07-17 21:40:25 +05:30 committed by GitHub
parent 72482bc435
commit 0b7266da47
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).