Hacker News new | ask | show | jobs
by rohitnair 5184 days ago
Google already uses the new Pepper Plugin API[1] in the current versions of Chrome. They've also switched projects like Native Client to use this new API instead of NPAPI. PPAPI definitely seems better based on my experience of writing a few Native Client modules.

[1] - http://code.google.com/p/ppapi/

1 comments

Wow, good tip, thanks!