Q. A Blob URL can be created using which of the following function?

  • (A) createURL()
  • (B) createObjectURL()
  • (C) designURL()
  • (D) URLCreation()
πŸ’¬ Discuss
βœ… Correct Answer: (B) createObjectURL()
Explanation: Create a Blob URL with the function createObjectURL(). At the time of this writing, the draft specification and Firefox 4 put this function in a global object named URL, and Chrome and Webkit prefix that new global, calling it webkitURL.
Explanation by: Mr. Dubey
Create a Blob URL with the function createObjectURL(). At the time of this writing, the draft specification and Firefox 4 put this function in a global object named URL, and Chrome and Webkit prefix that new global, calling it webkitURL.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
170
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate