Vidyalelo
JavaScript · Q67

Caching And Debugging

Programming · JavaScript · question 67

Q67

What is the purpose of the event disconnectionEvent?

A.
Player demands for disconnection
B.
Player disconnects from the channel
Answer
C.
There is no user interaction
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The event disconnectionEvent is fired when the player disconnects from the channel, whether a result of user interaction or not.