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 assu
Actually, a parent window can communicate with child or sibling windows or frames that have their own execution threads running.