Which algorithm supports blobs?
A
Structured clone algorithm
B
Double buffer algorithm
C
Chen’s algorithm
D
Retrieval algorithm
Correct Answer: Structured clone algorithm
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.