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

Handle static methods #127

Open
francisbouvier opened this issue Oct 26, 2023 · 1 comment
Open

Handle static methods #127

francisbouvier opened this issue Oct 26, 2023 · 1 comment
Labels
bug Something isn't working feature New feature or request
Milestone

Comments

@francisbouvier
Copy link
Member

Some methods are static, ie. can be called on the type itself, not on the instance.

For example:

Document.prototype.toString();

Right now, if the API defines a custom get_symbol_toStringTag this will leads to panic has the getter expect an instance as argument.

@francisbouvier francisbouvier added bug Something isn't working feature New feature or request labels Oct 26, 2023
@francisbouvier francisbouvier added this to the Public Beta milestone Nov 27, 2023
@krichprollsch
Copy link
Member

I have found also URL.parse and URL.canParse
https://url.spec.whatwg.org/#url-class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants