summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorThiago <74574275+thisago@users.noreply.github.com>2023-09-28 09:30:04 +0000
committerGitHub <noreply@github.com>2023-09-28 11:30:04 +0200
commit4bf0f846df3bdeeeeff288f1d28688ee4852bc71 (patch)
tree175229fb3433d97767e8ca80f3ca5373be83161d /doc
parentf0865fa6960cbff301318f4ef8d603052519b24d (diff)
downloadNim-4bf0f846df3bdeeeeff288f1d28688ee4852bc71.tar.gz
Removed `localStorage.hasKey` binding (#22766)
Doesn't exists anymore.

Use `window.localStorage.getItem("key").isNil` instead

![Screenshot from 2023-09-28
07-22-41](https://github.com/nim-lang/Nim/assets/74574275/65d58921-58c7-4a81-9f3b-5faa3a79c4f2)
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
a title='author Araq <rumpf_a@web.de> 2014-12-17 01:43:36 +0100 committer Araq <rumpf_a@web.de> 2014-12-17 01:43:36 +0100 JS tests cleaned up' href='/ahoang/Nim/commit/tests/js/test1.nim?h=devel&id=c91cf3068f7d215ca8aaafed505b78f389a2885e'>c91cf3068 ^
f2af2fb47 ^
c91cf3068 ^
f2af2fb47 ^






39a8ab469 ^






























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52