Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7860410
context.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
334 B
Referenced Files
None
Subscribers
None
context.js
View Options
var
Immutable
=
require
(
"immutable"
);
function
Context
(
timestamp
,
ip
,
user_id
){
if
(
user_id
===
undefined
){
user_id
=
null
;
}
if
(
timestamp
==
undefined
){
var
d
=
new
Date
();
timestamp
=
d
.
getTime
();
}
var
ret
=
Immutable
.
fromJS
({
timestamp
:
timestamp
,
ip
:
ip
,
user_id
:
user_id
});
return
ret
;
}
module
.
exports
=
Context
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 13, 18:01 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
869948
Default Alt Text
context.js (334 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment