Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     name

    B.

     filename

    C.

     mimeTypes

    D.

     all of the mentioned

    View Answer

    Workspace

    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