Ilya Kantor
666f3563cc
closes #3190
2022-10-01 19:53:25 +02:00
Sean Lee
b2f547fb26
A typo fix updateneeded
in IndexedDB
2022-06-20 09:27:56 +08:00
Lavrentiy Rubtsov
9cceef1a7f
👾 smth
2022-05-15 18:35:59 +06:00
Ilya Kantor
7af623ea18
Merge pull request #2984 from Rnbsov/patch-35
...
remove one extra break line
2022-05-03 23:44:44 +04:00
Lavrentiy Rubtsov
bf83b15e1d
remove one extra break line
2022-05-04 00:39:19 +06:00
Kirshanov Dmitrii
c5c1d6101f
update localStorage size limit
...
I think it's safe now to assume that localStorage can store at least 5MB of data since the last time 2MB was mentioned was in 2015 for Android Browser v4 which has a reported global usage of 0.36% according to caniuse.com. Its' current version of 100 seems to support the same 5MB standard
2022-05-01 13:57:34 +02:00
Ilya Kantor
00bfa6da85
Merge pull request #2840 from ruslauz/fix/local-storage-spec-link
...
Fixes localStorage spec link
2022-02-03 13:27:10 +03:00
Sergei
5d832d90ec
Fixes localStorage spec link
2022-01-25 19:35:03 +03:00
robertmcabee
804b6b0c53
fix formatting, change wording for clarity
2022-01-24 11:53:34 -07:00
Ilya Kantor
3c934b5a46
minor fixes
2021-12-24 15:29:51 +03:00
Ilya Kantor
0cd40ae703
Merge pull request #2564 from joaquinelio/patch-10
...
domain cookie option
2021-12-24 15:24:56 +03:00
joaquinelio
ad0df9950e
Update article.md
2021-12-24 08:53:33 -03:00
Ilya Kantor
c5358c5949
themable pictures
2021-12-12 22:53:17 +03:00
joaquinelio
2a6fd54e2b
old and new
2021-07-26 01:16:57 -03:00
Ilya Kantor
1b1a2c4b66
minor fixes
2021-07-23 10:14:55 +03:00
Ilya Kantor
2957e71a05
minor fixes
2021-07-23 10:10:17 +03:00
joaquinelio
c45e78fdff
Maybe. "accessors" link
2021-06-18 18:09:05 -03:00
Rohan Rawat
cd466c514a
Unnecessary escape characters in cookie.js
...
Removed unnecessary escape characters from regex in "getCookie function in cookie.js" -
. ( ) [ / +
The above characters don't need escaping.
2021-06-18 01:54:25 +05:30
Ilya Kantor
6ad89303b0
minor fixes
2021-05-13 17:53:55 +03:00
Ilya Kantor
237920b71e
Update article.md
2021-05-13 17:40:00 +03:00
Ilya Kantor
4f0641525f
closes #2583
2021-05-13 13:13:18 +03:00
Ilya Kantor
243a0b1fda
Merge pull request #2582 from joaquinelio/patch-4
...
typo it's
2021-05-13 13:03:18 +03:00
joaquinelio
ffd8e03ecf
typos? easier reading - review pls
2021-04-18 07:31:31 -03:00
joaquinelio
7d624ef828
typo it's
2021-04-18 06:28:56 -03:00
joaquinelio
b9752634f7
Update article.md
2021-04-03 18:53:16 -03:00
joaquinelio
2c1d14b98d
Update article.md
2021-04-03 18:27:28 -03:00
joaquinelio
e2558cb8df
domain cookie option
2021-04-03 17:56:04 -03:00
Ilya Kantor
bbf60dd340
minor fixes
2021-03-13 23:21:10 +03:00
Ilya Kantor
c3a9bbdf49
minor fixes
2021-03-13 15:57:12 +03:00
Ilya Kantor
91aed383d9
minor fixes
2021-03-13 10:08:29 +03:00
Raphael Tholl
03b6d86272
Edit based on feedback iliakan
2021-01-02 18:57:18 +01:00
Raphael Tholl
0427ecb14a
Reformulations
2020-12-17 12:05:54 +01:00
Ilya Kantor
6d9ab125f0
fixes #2333
2020-12-05 19:51:58 +03:00
Ilya Kantor
2741d5e7d8
Merge pull request #2340 from vsemozhetbyt/patch-8
...
Fix possible typos in 6.3 (IndexedDB)
2020-12-05 19:42:03 +03:00
Ilya Kantor
59acd01bb3
Merge pull request #2337 from vsemozhetbyt/patch-7
...
Fix typo in 6.2 (LocalStorage, sessionStorage)
2020-12-05 19:40:52 +03:00
Vse Mozhe Buty
441e720c04
Fix typo in 6.2 (LocalStorage, sessionStorage)
2020-12-05 17:59:14 +02:00
Vse Mozhe Buty
fd85fc5521
Fix possible typos in 6.3 (IndexedDB)
2020-12-02 23:31:17 +02:00
Vse Mozhe Buty
6abb98bce4
Fix possible typos in 6.1 (Cookies, document.cookie)
2020-12-01 16:43:52 +02:00
Denis Ivanov
af95ad1570
Fix wrong variables names.
2020-09-28 17:02:28 +03:00
Ilya Kantor
e7f6a8804c
Merge pull request #2126 from peachesontour/patch-13
...
Typos
2020-09-22 14:20:55 +03:00
joaquinelio
82b6a3be99
mdn links
2020-09-21 15:21:57 -03:00
Peter Kampjes
172ef78b47
Update 6-data-storage/03-indexeddb/article.md
...
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-18 14:43:52 -03:00
Peter Kampjes
d56c49ee48
Update 6-data-storage/03-indexeddb/article.md
...
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-18 14:43:15 -03:00
Peter Kampjes
d235632379
Update 6-data-storage/03-indexeddb/article.md
...
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-18 14:42:44 -03:00
Peter Kampjes
7b88ad9a9c
Update 6-data-storage/03-indexeddb/article.md
...
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-18 14:42:20 -03:00
Peter Kampjes
c040a011f1
Typos
2020-09-17 18:24:47 -03:00
Chan-Min, Kim
2a6d552cbb
updated size unit from "kb" to "KB" - [ #2085 ]
...
"kb" means "kilobit", some may confused about it.
so It'll be better to changed as "KB", as intended.
2020-08-27 10:33:17 +09:00
Pankaj Tanwar
0b7266da47
Browser LocalStorage capacity updated to 5 MB.
2020-07-17 21:40:25 +05:30
xehpuk
c13f21d65e
Fixed onupgradeneeded handling
...
`openRequest.result.version` in `onupgradeneeded` is not the current DB version. It is the requested version, equal to `event.newVersion`. `event.oldVersion` contains the current version.
2020-06-15 17:24:39 +02:00
Ilya Kantor
d36675ed33
minor fixes
2020-05-27 14:42:30 +03:00