1.

Which algorithm supports blobs?(a) Structured clone algorithm(b) Double buffer algorithm(c) Chen’s algorithm(d) Retrieval algorithmThis question was posed to me by my school teacher while I was bunking the class.The question is from Blobs in JavaScript topic in chapter Caching, Debugging and Animation of JavaScript

Answer»

Correct choice is (a) Structured clone ALGORITHM

The explanation is: BLOBS REPRESENT data that isn’t necessarily in a JavaScript-native format. Blobs are supported by the structured clone algorithm, which means that you can obtain one from another WINDOW or thread via the message event.



Discussion

No Comment Found

Related InterviewSolutions