bbc / codext

VS Code's editor shipped as a browser extension.
Apache License 2.0
46 stars 10 forks source link

Export content does not work with Firefox #3

Closed PyvesB closed 5 years ago

PyvesB commented 5 years ago

Export content is a handy little custom feature that allows users to download the edited content as a file in their browser. This works fine in Chromium-based browsers, but doesn't do anything in Firefox 68.0.1.

PyvesB commented 5 years ago

Firefox no longer seems to allow downloading content from an injected content script, letting the background script handle the download solves this problem.