Page MenuHomeSealhub

channel.js
No OneTemporary

channel.js

function channel(longid){
this.longid = longid;
}
channel.prototype = new function(){
this.start = function(){
//to be overwritten
return true;
}
}
channel.is_a_constructor = false;
module.exports = channel;

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 06:52 (3 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
983912
Default Alt Text
channel.js (219 B)

Event Timeline