Single Choice Easy

QWhich method makes it easier to upload a Blob to a server?

ID: #5061 Javascript Blobs MCQ 198 views
Question Info
#5061Q ID
EasyDifficulty
Javascript Blobs MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A send()
  • B pass()
  • C upload()
  • D store()
Correct Answer

Explanation

Blobs can be created from other objects using the Blob() function Object() { [native code] }.
By passing a Blob to the send() method of an XMLHttpRequest object, you can upload it to a server.

Share This Question

Challenge a friend or share with your study group.