Discussion :: Javascript - CS
- Which of the following are the properties of a plug-in entry?
Answer : Option D
Explanation :
Each plug-in has an entry in the array. Each entry has the following properties:
1. name – is the name of the plug-in.
2. filename – is the executable file that was loaded to install the plug-in.
3. description – is a description of the plug-in, supplied by the developer.
4. mimeTypes – is an array with one entry for each MIME type supported by the plug-in.
Be The First To Comment