The response from client.createWorker (using Node.js's library; the POST /worker request) does not contain browser_url. I think BS knows the url even at that point, it would be helpful to provide it.
At this point, it's necessary to do another client.getWork(id) call to get it.
The response from
client.createWorker(using Node.js's library; thePOST /workerrequest) does not containbrowser_url. I think BS knows the url even at that point, it would be helpful to provide it.At this point, it's necessary to do another
client.getWork(id)call to get it.