Module Load Progress Events in NaCl with manifest_version = 2 and no inline javascript
问题 I upgraded my manifest_version to "2" as per this document, and then was suprised to see chrome burping up errors like: Refused to execute inline script because it violates the following Content Security Policy directive While it is clear why they would do this, I am now unclear how i should be managing Module load progress events. Even if i ratchet it to the latest (dev) pepper release, the documentation is still recommending an inline script (which obviously doesn't work). I am a bit