Re: Need help with NPNVWindowNPObject documentation
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
On 9/21/2011 3:00 PM, Qian Hong wrote: > Hello, the new enumeration NPNVWindowNPObject seems undocumented in > MDN, it is useful for scripting plugin, > something like crossover plugin server [1] will need it as well. I'm > appreciated for any suggestion to know more about > NPNVWindowNPObject. Thanks! It gives you the NPObject* for the global JS object also known as `window`. Feel free to update the docs. --BDS