Which of the following is a subtype of Blob?

Which of the following is a subtype of Blob? Correct Answer File Object

The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user’s system. The client-side JavaScript File object is a subtype of Blob: a File is just a Blob of data with a name and a modification date.

Related Questions

A Blob URL can be created using which of the following function?
Which method facilitates in uploading a Blob to a server?
BLOB stands for
A supertype/subtype hierarchy is which of the following?
Use of a supertype/subtype relationship is necessary when which of the following exists?
A supertype/subtype hierarchy has which of the following features?
When an entity instance may be a member of multiple subtypes or it does not have to be a member of a subtype, it is which of the following?
When mapping a supertype/subtype relationship which of the following is true?
When an entity instance must be a member of only one subtype, it is which of the following?