Reputation: 924
Is it possible to use nsInterface or other low level code in Firefox WebExtensions like Add-on SDK allows by:
nsInterface
require("chrome");
If so, how can I get the reference for the low level API?
Upvotes: 3
Views: 211
Reputation: 43150
No, currently this is not possible. There are plans to allow something similar, dubbed native.js, in a more compartmentalized manner in the future, but it's not yet implemented.