Is javascript guaranteed to be single-threaded?

Posted by HeavyWave on Stack Overflow See other posts from Stack Overflow or by HeavyWave
Published on 2010-04-29T00:24:54Z Indexed on 2010/04/29 0:27 UTC
Read the original article Hit count: 554

Filed under:

Javascript is known to be single-threaded in all modern browser implementations, but is that specified in any standard or is it just by tradition? Is it totally safe to assume that javascript is always single-threaded?

© Stack Overflow or respective owner

Related posts about JavaScript