Implement vAPI.insertHTML

The purpose of this API is basically to satisfy AMO reviewers in the
future, since the use of innerHTML with variables (i.e., not plain text) will
be rejected without any questions.

Since this is not a problem for browsers other than Firefox, they will
use simple innerHTML assignment, however safe-parsing could be implemented
for them too.
pull/2/head
Deathamns 10 years ago committed by gorhill
parent bbfcb4eea9
commit 08403a44f8

@ -0,0 +1 @@
/* Firefox: no platform-specific code */
Loading…
Cancel
Save