_________ specifies the function that will be called on an error event. *
Callback
Error
Connect
Reconnect
None of these
Answers
Answered by
0
Answer:
connect is the answer !!!
Answered by
0
The correct option is Error
Explanation:
The message is called by several specified methods in the MessageChannel class.
Error: It determines the function to call an error case.
Within Web APIs, when a resource is not loaded or can not be used, an error event is released onto an Element object.
Example:
if a script does not or can not be identified with an execution error or if an image is incorrect. If it is created from a user interface feature, the event object is an UIEvent instance, or an Event instance otherwise.
Similar questions