Source code

Revision control

Copy as Markdown

Other Tools

var passed = this === self;
onconnect = function(e) {
e.ports[0].postMessage(passed);
}