worker
Worker
A web-worker that "data instance" methods will be sent to. This
web-worker should include a connection that matches the name of the window's
connection. If a worker isn't provided, the connection behaves as if the data/worker
behavior
was not added.
var worker = new Worker("path/to/script.js");
connect([...],{
worker: worker
})