John Sewell
John Sewell

Reputation: 924

Low Level API for Firefox WebExtension

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?

Upvotes: 3

Views: 211

Answers (1)

the8472
the8472

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.

Upvotes: 3

Related Questions