Hi,Just a heads up that the Providing libraries example in the Web Workers specification [1] repeatedly makes reference to a non-existent "startConversation" method (thus isn't an example of WebWorkers, and doesn't work).
Additionally there's a small typo in the example:
var crytoLib = new Worker('libcrypto-v1.js');
note the missing 'p' in 'crytoLib'.
[1] http://dev.w3.org/html5/workers/#providing-libraries
Best,
Nathan
