Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7188342
virtual-file.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
260 B
Referenced Files
None
Subscribers
None
virtual-file.js
View Options
//useful for sending content as a file, when the content is generated on the fly and not read directly from hdd
var
VirtualFile
=
function
(
content
,
mime
){
ret
=
{};
this
.
content
=
content
;
this
.
mime
=
mime
||
"text/plain"
;
}
module
.
exports
=
VirtualFile
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 8, 08:08 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
810441
Default Alt Text
virtual-file.js (260 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment