Source code

Revision control

Copy as Markdown

Other Tools

onmessage = function(evt)
{
postMessage(evt.data);
self.close();
}