Skip to content Skip to sidebar Skip to footer
Showing posts with the label Npapi

Unable To Pass Integer From Javascript To Npapi Plugin

I am writing a simple napapi plugin where I have to print the value passed from javascript function… Read more Unable To Pass Integer From Javascript To Npapi Plugin

Npapi Plugin Debugging

What is the best practice to debug a npapi plugin. I am currently developing a plugin with the help… Read more Npapi Plugin Debugging

Hacks To Make Synchronous Javascript Calls

JavaScript uses asynchronous calls in most of the modern APIs dealing with 'slow' things li… Read more Hacks To Make Synchronous Javascript Calls

Pass Url From Java Script To Npapi Plugin

I need to pass currently browsing url string which I have in my javascript to npapi plugin. How can… Read more Pass Url From Java Script To Npapi Plugin