Re: JavaScript not being blocked/synched by Applet init()



Mark Space wrote:
Richard Maher wrote:
https://jdk6.dev.java.net/plugin2/liveconnect/

While direct from Sun, I'm pretty sure it's incorrect:

You're wrong.

[...]
JavaScript IS NOT single threaded.

Yes, so far it is.

It can receive events from outside sources (hello XMLHttpRequest)

Hello? That's a AOM/DOM API, not core language (despite what Microsoft
babbles about it recently.)

and will spawn additional threads of execution.

It won't. The UA will spawn additional instances of the script engine.


PointedEars
.



Relevant Pages


Loading