Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F8929191
formatted-images.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
741 B
Referenced Files
None
Subscribers
None
formatted-images.js
View Options
"use strict"
;
const
locreq
=
require
(
"locreq"
)(
__dirname
);
const
Promise
=
require
(
"bluebird"
);
const
Subject
=
locreq
(
"lib/subject/subject.js"
);
const
Errors
=
locreq
(
"lib/response/error.js"
);
const
ImageFormats
=
locreq
(
"lib/subject/subject-types/image-formats.js"
);
function
UploadedFilesSubject
(
app
)
{
this
.
get_child_subject
=
function
(
file_id
)
{
return
Promise
.
resolve
(
new
ImageFormats
(
app
,
file_id
));
};
this
.
perform_action
=
function
(
context
,
action_name
,
args
)
{
throw
new
Errors
.
BadSubjectAction
(
"This subject does not provide any actions."
);
};
}
UploadedFilesSubject
.
prototype
=
Object
.
create
(
Subject
.
prototype
);
UploadedFilesSubject
.
subject_name
=
"formatted-images"
;
module
.
exports
=
UploadedFilesSubject
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 20, 21:59 (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
931794
Default Alt Text
formatted-images.js (741 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment