Is it possible to use nsInterface or other low level code in Firefox WebExtensions like Add-on SDK allows by:
require("chrome");
If so, how can I get the reference for the low level API?
Is it possible to use nsInterface or other low level code in Firefox WebExtensions like Add-on SDK allows by:
require("chrome");
If so, how can I get the reference for the low level API?