-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Expand file tree
/
Copy pathwebstorage.json
More file actions
35 lines (35 loc) · 1.1 KB
/
webstorage.json
File metadata and controls
35 lines (35 loc) · 1.1 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
{
"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."
},
"symbol-props.window.js": {
"fail": {
"note": "https://github.com/nodejs/node/issues/59310",
"expected": [
"localStorage: defineProperty not configurable",
"sessionStorage: defineProperty not configurable"
]
}
}
}