NPP_Write在将内容交付给插件实例之前是否会对其进行处理?

时间:2013-01-05 04:25:09

标签: google-chrome plugins browser npapi browser-plugin

以下代码应该是自我解释的

NPP_PostURLNotify() //post to a URL that returns a pure java script code 
NPP_WriteReady()  
NPP_Write()  // when the browser calls back this function does it execute that java script before calling this function?

更新:好的,我花了一些时间,并认为它没有。

1 个答案:

答案 0 :(得分:0)

显然它没有。它将原始内容提供给插件。