Node.js and WebExtensions harmonization

Have posted to https://webextensions.uservoice.com/forums/315663-webextension-api-ideas/suggestions/10082421-harmonize-cross-browser-with-the-node-js-api-or-a . Would welcome participation and feedback.

Doesn’t jpm already do this?

Really? I thought jpm merely packaged extensions… I do believe I have seen dependencies on npm packages, and any discovery by jpm would be cool, but I don’t think that means support for built-in Node APIs. I mean directly using require(‘fs’).readFile() or what not as well as require(‘some-npm-package’)…