-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Expand file tree
/
Copy pathwebstorage.json
More file actions
51 lines (51 loc) · 1.57 KB
/
webstorage.json
File metadata and controls
51 lines (51 loc) · 1.57 KB
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
{
"event_constructor.window.js": {
"skip": "StorageEvent is currently unimplemented."
},
"event_initstorageevent.window.js": {
"skip": "StorageEvent is currently unimplemented."
},
"localstorage-cross-origin-iframe.tentative.https.window.js": {
"skip": "iframes are not supported in Node.js."
},
"localstorage-cross-origin-iframe.https.window.js": {
"skip": "iframes are not supported in Node.js."
},
"storage_local_window_open.window.js": {
"skip": "window.open() is not supported in Node.js."
},
"storage_session_window_noopener.window.js": {
"skip": "window.open() is not supported in Node.js."
},
"storage_session_window_open.window.js": {
"skip": "window.open() is not supported in Node.js."
},
"storage_session_window_reopen.window.js": {
"skip": "window.open() is not supported in Node.js."
},
"storage_session_setitem_quotaexceedederr.window.js": {
"fail": {
"note": "https://github.com/nodejs/node/issues/58987",
"expected": [
"Throws QuotaExceededError when the quota has been exceeded"
]
}
},
"storage_local_setitem_quotaexceedederr.window.js": {
"fail": {
"note": "https://github.com/nodejs/node/issues/58987",
"expected": [
"Throws QuotaExceededError when the quota has been exceeded"
]
}
},
"symbol-props.window.js": {
"fail": {
"note": "https://github.com/nodejs/node/issues/59310",
"expected": [
"localStorage: defineProperty not configurable",
"sessionStorage: defineProperty not configurable"
]
}
}
}