MCQ
Single Best Answer
Easy
QBlob sizes are typically calculated in
ID: #5054
Client side Databases MCQ
163 views
Question Info
#5054Q ID
EasyDifficulty
Client side Databases MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
A Blob object represents an immutable, raw data file-like object. Blobs are used to represent data that isn't always in a JavaScript-native format.
Blobs are opaque; the only things you can do with them are determine their size in bytes, request their MIME type, and chop them up into smaller Blobs.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic