Hey- it looks totally possible to access the script-loader interface from javascript... except it's "not implemented by any components".
So why is it listed as scriptable?
Is there a way to access it from my extension using only the IID in javascript? To clarify: nsiScriptLoader.
-bm
Have a look at JS Console project <http://jsconsole.mozdev.org>.
It relies on a standalone library, Mozlib where you can see how to get access to nsIScriptLoader interface: after installing JS Console, look at the file
chrome://mozlib/content/lib/js/xpcom/scriptloader.js
Daniel
