Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script is broken #1

Open
earthlng opened this issue Apr 10, 2018 · 0 comments
Open

script is broken #1

earthlng opened this issue Apr 10, 2018 · 0 comments

Comments

@earthlng
Copy link

Hi there, long time no see :)

recent changes in Firefox broke your script:

  1. multi-catch like this is no longer supported in FF59+

https://developer.mozilla.org/en-US/Firefox/Releases/59#Removals_from_the_web_platform

Javascript

  1. getComplexValue() doesn't support nsISupportsString anymore. (here and here).
    Probably since FF55: https://bugzilla.mozilla.org/show_bug.cgi?id=1345294

(1) is easy to fix and (2) depends on whether you still want to support older versions like ESR52.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant