forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebstorage.json
More file actions
26 lines (26 loc) · 866 Bytes
/
webstorage.json
File metadata and controls
26 lines (26 loc) · 866 Bytes
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
{
"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."
}
}