Discussion :: Javascript - CS
- Which will be invoked to create a new worker?
Answer : Option C
Explanation :
To create a new worker, just use the Worker() constructor, passing a URL that specifies the JavaScript code that the worker is to run.
Be The First To Comment