1.

Which of the following property is associated with the Processing event?(a) domComplete(b) domContentLoaded(c) domInteractive(d) domloadI had been asked this question in quiz.My question is taken from Invocation of the Performance Object in portion Invocation and Performance Navigation of JavaScript

Answer»

The correct choice is (d) domload

Easy explanation: PerformanceTiming.domComplete read-only property RETURNS an UNSIGNED long long representing the moment, in miliseconds since the UNIX epoch, when the parser finished its WORK on the main DOCUMENT. The following PROPERTIES are associated with the Processing event:

domComplete

domContentLoaded

domInteractive

domLoading

unLoadEnd.



Discussion

No Comment Found

Related InterviewSolutions