Computer Science, asked by bhaskarvijay962, 10 months ago

_________ specifies the function that will be called on an error event. *
Callback
Error
Connect
Reconnect
None of these

Answers

Answered by agnel2007
0

Answer:

connect is the answer !!!

Answered by ridhimakh1219
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