mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
24 lines
753 B
JSON
24 lines
753 B
JSON
|
{
|
||
|
"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."
|
||
|
},
|
||
|
"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."
|
||
|
}
|
||
|
}
|