Thursday 7 April 2016

70-480 Sample Question

Question No: 13

Download Updated Exam 70-480 Testinside

You develop a webpage that allows a user to download a 3PEG image and convert it to a PNG file.
You need to implement the code to download the contents of the JPEG image with no additional decoding.
Which JavaScript function should you use?

A. readAsBinaryString()
B. readAsArrayBuffer()
C. readAsDataURL()
D. readAsText()

Correct Answer: B