Home » HTML » HTML APIs » Question
  1. Which function helps in identifying compatibility of plug-in and browser?
    1. NPN_GetValue
    2. NPN_Status
    3. NPN_Version
    4. NPN_UserAgent
    5. None of these
Correct Option: C

For determining whether plug-in and browser versions are compatible or not we use NPN_Version method It also provides alternative processing for different versions. For checking changes in major and minor version numbers it can also be used.



Your comments will be displayed only after manual approval.