Skip to content

Commit df9effe

Browse files
authored
Merge pull request #2011 from Pankajtanwarbanna/patch-1
Browser LocalStorage capacity updated to 5 MB.
2 parents b947777 + 0b7266d commit df9effe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-data-storage/02-localstorage/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Modern browsers also support [Broadcast channel API](https://developer.mozilla.o
222222

223223
Web storage objects `localStorage` and `sessionStorage` allow to store key/value in the browser.
224224
- Both `key` and `value` must be strings.
225-
- The limit is 2mb+, depends on the browser.
225+
- The limit is 5mb+, depends on the browser.
226226
- They do not expire.
227227
- The data is bound to the origin (domain/port/protocol).
228228

0 commit comments

Comments
 (0)