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
Mon, Dec 23, 19:20 (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
554920
Default Alt Text
channel.js (244 B)

Event Timeline