filterbubbler / filterbubbler-web-ext

The FilterBubbler WebExtension turns your browser into a collaborative text classification lab.
37 stars 17 forks source link

Examine polyfill solutions for browser portability #7

Closed schue closed 7 years ago

schue commented 7 years ago

There are small differences between browser implementations of the WebExtensions framework. The goal for this issue is to find a set of libraries and tooling that has been verified to provide some level of portability between browsers, hopefully providing a working sourcemap implementation in the debugger.

schue commented 7 years ago

I applied the Mozilla browser polyfill and now the extension works correctly in both Firefox and Chrome. Closing.