Vidyalelo
JavaScript · Q92

Document Object Model And Event Handling

Programming · JavaScript · question 92

Q92

Which of the following are the unnecessary events currently?

A.
DOMActivate
B.
DOMFocusIn
C.
DOMNodeInserted
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Browsers are still allowed to generate events like DOMActivate, DOMFocusIn, and DOMNodeInserted, but these are no longer required.