Report Bug
Qus : How can you detect the loading progress of a resource, such as an image or file, using JavaScript?
Qusआप जावास्क्रिप्ट का उपयोग करके किसी संसाधन, जैसे छवि या फ़ाइल, की लोडिंग प्रगति का पता कैसे लगा सकते हैं?

A. onprogress
B. onload
C. onerror
D. oncomplete


Solution
A. onprogress






Report Bug