1.

Which object can be used to create your own blobs?(a) Creator(b) BlobCreator(c) BlobBuilder(d) BuilderBlobThe question was asked in quiz.My question is from Blobs in JavaScript in division Caching, Debugging and Animation of JavaScript

Answer»

Right option is (c) BlobBuilder

Explanation: BLOBS represent data that isn’t NECESSARILY in a JavaScript-native format. You can create your own blobs, USING a BlobBuilder OBJECT to build them out of strings, ARRAYBUFFER objects, and other Blobs.



Discussion

No Comment Found

Related InterviewSolutions