InterviewSolution
Saved Bookmarks
| 1. |
How can you dispatch a synthetic event object?(a) dispatchEvent()(b) dispatch()(c) dispatch(Event)(d) eventdispatch()I have been asked this question in class test.My enquiry is from JavaScript Benchmarking and Logging with perfLogger topic in division Parsing, Benchmarking and Logging of JavaScript |
|
Answer» Correct choice is (a) dispatchEvent() |
|