Examveda
Examveda

How can you dispatch a synthetic event object?

A. dispatchEvent()

B. dispatch()

C. dispatch(Event)

D. None of the mentioned

Answer: Option A

Solution(By Examveda Team)

When you have created and initialized an synthetic event object, you can dispatch it using the dispatchEvent() method of EventTarget.

This Question Belongs to Javascript >> Parsing, Benchmarking And Logging

Join The Discussion

Related Questions on Parsing, Benchmarking and Logging