Page MenuHomeSealhub

channel.js
No OneTemporary

channel.js

"use strict";
const locreq = require("locreq")(__dirname);
const channel = function(app, declaration){
this.name = declaration.name;
this.longid = `channel.${declaration.name}`;
};
channel.type_name = "channel";
module.exports = channel;

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 8, 10:52 (18 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034487
Default Alt Text
channel.js (243 B)

Event Timeline