1.

Which object supports Filesystem API?(a) Element(b) File(c) Window(d) DOMThe question was posed to me during a job interview.I'd like to ask this question from Client-Side Storage topic in chapter Server-Side and Client-Side Scripting of JavaScript

Answer»

Correct answer is (b) FILE

Easy explanation: These objects can be obtained from the FILESYSTEM property on any file system ENTRY. Some browsers offer additional APIs to create and MANAGE file systems, such as CHROME’s requestFileSystem() method.



Discussion

No Comment Found

Related InterviewSolutions