InterviewSolution
Saved Bookmarks
| 1. |
How can you send data using a Worker object?(a) postMessage()(b) sendMessage()(c) Message()(d) post()I have been asked this question in examination.My question is based upon Web Workers in portion Caching, Debugging and Animation of JavaScript |
|
Answer» Correct answer is (a) POSTMESSAGE() |
|