Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F6241276
image-formats.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
535 B
Referenced Files
None
Subscribers
None
image-formats.js
View Options
"use strict"
;
const
locreq
=
require
(
"locreq"
)(
__dirname
);
const
Subject
=
locreq
(
"lib/subject/subject.js"
);
const
Errors
=
locreq
(
"lib/response/error.js"
);
const
ImageFormat
=
locreq
(
"lib/subject/subject-types/image-format.js"
);
const
ImageFormats
=
function
(
app
,
file_id
)
{
this
.
name
=
"ImageFormats"
;
this
.
file_id
=
file_id
;
this
.
get_child_subject
=
function
(
format_name
)
{
return
new
ImageFormat
(
app
,
file_id
,
format_name
);
};
};
ImageFormats
.
prototype
=
Object
.
create
(
Subject
.
prototype
);
module
.
exports
=
ImageFormats
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 17, 03:29 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
673682
Default Alt Text
image-formats.js (535 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment