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, Sep 20, 14:26 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
931480
Default Alt Text
channel.js (244 B)

Event Timeline