Hi all,

The Worker API does not accept the name field in the options parameter, 
this throws an invalid argument error:

let worker = new Worker("test.js", { name: 'test'}); //Works if name is not 
set

Interested in this because emscripten's multithreading implementation uses 
the name field to distinguish between worker and non worker threads. Any 
advice on this would be appreciated. 


-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/v8-dev/e9312f66-6d20-4643-8d85-327ef038b4can%40googlegroups.com.

Reply via email to