JavaScript does not support multi-threading because the JavaScript interpreter in the browser is a single thread (AFAIK). Even Google Chrome will notlet a single web page's JavaScript run concurrently because this would cause massive concurrency issues in existing web pages