login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Firefox 3.5 introduces support for DOM workers. These a... that can be easily created and can send messages back to... Creating a worker is as simple as calling the Worker() c... specifying a script to be run in the worker thread.

Worker - MDC
https://developer.mozilla.org/En/DOM/Worker

Categories

/Channels/techie/firefox

[ go to category ]

/Channels/techie/web development

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Firefox 3.5 introduces support for DOM workers.  These are background tasks that can be easily created and can send messages back to their creators.  Creating a worker is as simple as calling the Worker() constructor, specifying a script to be run in the worker thread.

HTML

<p>Firefox 3.5 introduces support for DOM&nbsp;workers.&nbsp; These are background tasks that can be easily created and can send messages back to their creators.&nbsp; Creating a worker is as simple as calling the <code>Worker()</code>&nbsp;constructor, specifying a script to be run in the worker thread.</p> <p></p>