New MDC article on workers

I’ve posted a new article on DOM workers to the Mozilla Developer CenterUsing workers in extensions demonstrates how to adapt an extension that uses XMLHttpRequest to fetch information periodically so that it uses a worker to do the data retrieval.  This serves both to demonstrate how to use workers to do real work, as well as how you can use them in an extension.

I still need to do one or two more examples of how to use workers, but we’re making good progress in that space.

If you see any issues with the article, as always, feel free to make corrections or offer suggestions!

2 Responses to “New MDC article on workers”

  1. Kasper Ligaard says:

    Do you know if sharedWorker is considered for implementation in Firefox 3.1?

  2. sheppy says:

    SharedWorker is not planned for Firefox 3.1.

Leave a Reply

Line and paragraph breaks automatic.
XHTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>