Nok Imchen
Nok Imchen

Reputation: 2842

How to add listener in firefox addon?

i've add on load event like

window.addEventListener("load", function() { myExtension.init(); }, false);

i want to know the the code the following two events:

Thank you for the help...

Upvotes: 0

Views: 342

Answers (1)

duri
duri

Reputation: 15351

Use the DOMContentLoaded event.

Upvotes: 1

Related Questions