Have Typescript project.
When this: postMessage(result);
postMessage(result);
I get this..
Expected 2-3 arguments, but got 1.Expected 2-3 arguments
Expected 2-3 arguments, but got 1.