martok / palefill

Inject Polyfills for various web technologies into pages requiring them
https://martok.github.io/palefill/
Mozilla Public License 2.0
79 stars 9 forks source link

Class and let for Firefox 42+ #82

Closed JeanPaulLucien closed 1 year ago

JeanPaulLucien commented 1 year ago

Firefox below 45 version without Palefill reports:

SyntaxError: class is a reserved identifier
SyntaxError: let is a reserved identifier

Firefox 42-45 does not use these keywords. Status "Reserved" is not needed more. I would to discover a way to bring class and let features in Firefox 42+.

If anybody have an idea, I'm ready to test this attempt.

martok commented 1 year ago

I would to discover a way to bring class and let features in Firefox 42+.

Easy: update Firefox.

Firefox is not supported by Palefill.

You wouldn't even be able to run Palefill without classes if it was.

JeanPaulLucien commented 1 year ago

You wouldn't even be able to run Palefill without classes if it was.

I suspect that. :disappointed: @martok I consider your know more about Firefox XUL. What is your opinion about to add class and let support through addons? May it possible? One addon makes class and let workable, then install Palefill.