Vidyalelo
JavaScript · Q88

Caching And Debugging

Programming · JavaScript · question 88

Q88

Which of the following are the properties of a plug-in entry?

A.
name
B.
filename
C.
mimeTypes
D.
all of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
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.