Home » HTML » HTML APIs » Question
  1. Which of the following is called after plug-in is initialized to get scripting interface?
    1. NP_GetMIMEDescription
    2. NP_Initialize
    3. NP_GetValue
    4. NPP_GetValue
    5. None of these
Correct Option: D

After the plug-in is initialized to get scripting interface NPP_GetValue is called. NP_GetValue is called during initialization to retrieve plug-in’s description and name, that will appear in navigator.plugins DOM object and is used to populate about:plugins.



Your comments will be displayed only after manual approval.