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

remove usage of es5 arguments #1025

Open
fippo opened this issue Mar 3, 2020 · 1 comment
Open

remove usage of es5 arguments #1025

fippo opened this issue Mar 3, 2020 · 1 comment

Comments

@fippo
Copy link
Member

fippo commented Mar 3, 2020

see #1023
Optional arguments should be done with ... in ES6. This is an issue in Safari in strict mode but for future-safety adapter should probably stop doing stupid things here. As a bonus we get more correct on the number of arguments without weird hacks.

@fippo
Copy link
Member Author

fippo commented May 11, 2020

see also w3c/webrtc-pc#2528 -- which we change because of this

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

No branches or pull requests

1 participant