Page MenuHomeSealhub

channel.js
No OneTemporary

channel.js

var chip = require("./chip.js");
function channel(longid){
this.longid = longid;
this.default_configuration = {};
}
channel.prototype = new chip();
channel.is_a_constructor = false;
module.exports = channel;

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 09:03 (10 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
984070
Default Alt Text
channel.js (214 B)

Event Timeline