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

CreateMethodProperty removed from Ecma262 #1389

Closed
lukewarlow opened this issue Mar 11, 2024 · 1 comment · Fixed by #1391
Closed

CreateMethodProperty removed from Ecma262 #1389

lukewarlow opened this issue Mar 11, 2024 · 1 comment · Fixed by #1391

Comments

@lukewarlow
Copy link
Member

lukewarlow commented Mar 11, 2024

What is the issue with the Web IDL Standard?

WebIDL currently makes use of the CreateMethodProperty abstract-op from ECMAScript 262, however that's been removed recently (PR), it seems DefineMethodProperty is the function that replaces it.

@ljharb
Copy link
Contributor

ljharb commented Mar 11, 2024

Thanks, filed #1391

annevk pushed a commit that referenced this issue Mar 11, 2024
Aligns with JavaScript which no longer defines CreateMethodProperty.

Fixes #1389.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants