To code parallel programming in web browser by javascript, I could use web worker(browser web api).
During researching about these, I wonder whether web worker is process or thread.
Is it different from browser to browser? Web worker(Iframe..etc) is process in some browser and the others use as thread.
tell me about my asking please. :0