Commit graph

83 commits

Author SHA1 Message Date
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
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
Ilya Kantor
8c5fa3a871 minor fixes 2020-05-27 14:41:31 +03:00
Kumar Vaibhav
4fe42ddb74
fixed typos 2020-05-26 15:20:30 +05:30
Ilya Kantor
1d104228b4
Merge pull request #1861 from leviding/patch-11
Fix minor typo error
2020-04-29 11:58:34 +03:00
Ben Pyrik
00cc80240a
Remove unnecessary "to" 2020-04-25 19:16:45 -05:00
LeviDing
e8dcfd19ff
Update article.md 2020-04-13 10:51:00 +08:00
Violet Bora Lee
958cbe72b8 minor fixes
- fix erratas
- fix wrong error message
- add 'run' on runnable example
- add explanation about window.onload property corresponding load event
- add comment about window.onstorage property corresponding storage event
2020-03-14 07:27:49 +09:00
Ilya Kantor
3e93486425 closes #1758 2020-02-20 09:42:25 +00:00
Ilya Kantor
db3b3f8e7a minor fixes 2020-01-19 22:32:38 +01:00
Ilya Kantor
7cd8f55be2 minor fixes 2020-01-19 22:30:09 +01:00
ogaclejapan
5cd604dfe5 Fix wrong answer 2019-12-05 09:50:48 +09:00
Ilya Kantor
4587fde235 re-import images (Sketch update) 2019-11-30 08:51:52 +03:00
TomSssM
83cdcedf81 fix a minor bug in the example 2019-10-28 20:23:29 +03:00
Ilya Kantor
7418213b66 re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
Oshchenkov
33fae9cdc9
typo
sTomething - > something
2019-10-02 12:37:40 +03:00
Li Ming
b01a5edcee
Minor grammar fix
'cookie'(as object of this sentence) seems losing.
2019-09-13 21:14:35 +08:00
Ilya Kantor
af16c207f0 minor 2019-08-27 08:04:38 +03:00
Ilya Kantor
dd3aedebe0
Merge pull request #1255 from paroche/patch-4
Update article.md to change "occasionally" to "accidentally"
2019-08-21 10:14:30 +03:00
paroche
3d4a5ccd43
Update article.md 2019-08-20 16:49:04 -06:00
paroche
71567d9966
in task, change "occasionally" to "accidentally" 2019-08-20 16:45:04 -06:00