Microsoft
98-375 · Question #33
Which two terms represent interfaces in the File API? (Choose two.)
The correct answer is B. Blob D. FileList. The File Interface This interface describes a single file in a FileList and exposes its name. It inherits from Blob. [Constructor(Blob fileBits, [EnsureUTF16] DOMStringfileName)] interface File : Blob { readonly attribute DOMString name; readonly attribute Date lastModifiedDate;
Understanding Game Programming
Question
Which two terms represent interfaces in the File API? (Choose two.)
Options
- AFont
- BBlob
- CKeygen
- DFileList
How the community answered
(55 responses)- A7% (4)
- B78% (43)
- C15% (8)
Explanation
The File Interface This interface describes a single file in a FileList and exposes its name. It inherits from Blob. [Constructor(Blob fileBits, [EnsureUTF16] DOMStringfileName)] interface File : Blob { readonly attribute DOMString name; readonly attribute Date lastModifiedDate;
Topics
#File API#Blob#FileList#HTML5
Community Discussion
No community discussion yet for this question.