Examveda
Examveda

The blobs are broken into smaller pieces using which of the following functions?

A. partition()

B. cut()

C. sliceall()

D. slice()

Answer: Option D

Solution(By Examveda Team)

The web browser can store Blobs in memory or on disk, and Blobs can represent really enormous chunks of data (such as video files) that are too large to fit in main memory without first being broken into smaller pieces with slice().

This Question Belongs to Javascript >> Caching And Debugging

Join The Discussion

Related Questions on Caching and Debugging