A

Admin • 828.03K Points
Coach

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

  • (A) createURL()
  • (B) createObjectURL()
  • (C) designURL()
  • (D) URLCreation()
  • Correct Answer - Option(B)
  • Views: 9
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.