Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     createURL()

    B.

     createObjectURL()

    C.

     designURL()

    D.

     URLCreation()

    View Answer

    Workspace

    Answer : Option B

    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.


Be The First To Comment