Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9124683
window.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
218 B
Subscribers
None
window.js
View Options
export
default
function
(
node
)
{
return
(
node
.
ownerDocument
&&
node
.
ownerDocument
.
defaultView
)
// node is a Node
||
(
node
.
document
&&
node
)
// node is a Window
||
node
.
defaultView
;
// node is a Document
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 7:24 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3447390
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment