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

static properties are TC39 #8

Closed
Fil opened this issue Oct 20, 2020 · 3 comments
Closed

static properties are TC39 #8

Fil opened this issue Oct 20, 2020 · 3 comments

Comments

@Fil
Copy link
Contributor

Fil commented Oct 20, 2020

static parameter_list = []; breaks on Safari

See https://github.com/tc39/proposal-static-class-features

We can either wait for Safari to catch up, or use normal properties instead.

@saehm
Copy link
Owner

saehm commented Oct 21, 2020

This line doesn't do much. I will replace it with a getter and a setter, then it should work.

@saehm
Copy link
Owner

saehm commented Oct 21, 2020

Sorry, now with 0.3.4, it should work. I tested it with the webkit browser epiphany, since i don't get Safari to run on Linux.

@Fil
Copy link
Contributor Author

Fil commented Oct 21, 2020

perfect !

@Fil Fil closed this as completed Oct 21, 2020
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

2 participants