Source code

Revision control

Copy as Markdown

Other Tools

onconnect = function(e) {
var port = e.ports[0];
port.postMessage('started');
};