We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b947777 + 0b7266d commit df9effeCopy full SHA for df9effe
6-data-storage/02-localstorage/article.md
@@ -222,7 +222,7 @@ Modern browsers also support [Broadcast channel API](https://developer.mozilla.o
222
223
Web storage objects `localStorage` and `sessionStorage` allow to store key/value in the browser.
224
- Both `key` and `value` must be strings.
225
-- The limit is 2mb+, depends on the browser.
+- The limit is 5mb+, depends on the browser.
226
- They do not expire.
227
- The data is bound to the origin (domain/port/protocol).
228
0 commit comments