tags. Also, probably search engines will put more weight on the text inside the tag as compared to the contents on the other parts of the page.
Explanation Explanation: The readAsArrayBuffer method is used to read a File, Blob, MSStream into memory as an ArrayBuffer object. Reference: FileReader.readAsArrayBuffer
Question ID 14941 | You develop a webpage that allows a user to download a JPEG image and convert it to a |
Option A | readAsBinaryString() |
Option B | readAsArrayBuffer() |
Option C | readAsDataURL() |
Option D | readAsText() |
Correct Answer | B |