In all of the demos I have seen thus far, Web Workers and Web Sockets apis seemed to use the "new" keyword in JavaScript. Is there another way to use these powerful tools without using the new keyword?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No where in the Mozilla dev docs does it say it's dangerous. As answered this so question: is new harmful I wish crockford et al wouldn't have said that because it gets boiled down to saying new is harmful and don't use it. Use new. But don't forget to use new. |
||||
|
|
new– tkone Mar 22 '12 at 0:33