blob: 81f99993d81e1a2de6522c28dd5aec57b3d8056e [file] [log] [blame]
onmessage = function(evt)
{
postMessage(evt.data);
self.close();
}