Single Choice Easy

QWhich of the following functions can be used to create a Blob URL?

ID: #5062 Javascript Blobs MCQ 323 views
Question Info
#5062Q ID
EasyDifficulty
Javascript Blobs MCQTopic

Choose the Best Option

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

  • A createURL()
  • B createObjectURL
  • C designURL()
  • D URLCreation()
Correct Answer

Explanation

Blobs can be created by using the Blob() function Object() { [native code] }. Create a Blob URL using the function createObjectURL ().
At the time of writing, the draught specification and Firefox 4 put this function in a global object called URL, and Chrome and Webkit prefixed that new global with webkitURL.

Share This Question

Challenge a friend or share with your study group.