1. createURL()
  2. createObjectURL()
  3. designURL()
  4. URLCreation()
4 views

1 Answers

Answer: Option 2

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.

4 views

Related Questions