Vidyalelo
JavaScript · Q35

Caching And Debugging

Programming · JavaScript · question 35

Q35

Which algorithm supports blobs?

A.
Structured clone algorithm
Answer
B.
Double buffer algorithm
C.
Chen’s algorithm
D.
Retrieval algorithm

Answer: Option A

Solution

Answer: Option A
Solution:
Blobs are supported by the structured clone algorithm, which means that you can obtain one from another window or thread via the message event.