I had the same problem and replacing self.postMessage(x); with postMessage(x); made it work.
self.postMessage(x);
postMessage(x);