1.

The size of blobs are generally calculated in ____________(a) Meters(b) Kilometers(c) Bytes(d) PixelsI got this question by my school principal while I was bunking the class.This question is from Blobs in JavaScript topic in division Caching, Debugging and Animation of JavaScript

Answer»

Correct answer is (c) Bytes

The explanation: A Blob object represents a file-like object of immutable, RAW DATA. Blobs represent data that isn’t necessarily in a JavaScript-native FORMAT. Blobs are opaque all you can do with them DIRECTLY is determine their size in bytes, ask for their MIME type, and chop them up into smaller Blobs.



Discussion

No Comment Found

Related InterviewSolutions