We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
get_symbol_toStringTag
The text was updated successfully, but these errors were encountered:
I have found also URL.parse and URL.canParse https://url.spec.whatwg.org/#url-class
URL.parse
URL.canParse
Sorry, something went wrong.
No branches or pull requests
Some methods are static, ie. can be called on the type itself, not on the instance.
For example:
Right now, if the API defines a custom
get_symbol_toStringTag
this will leads to panic has the getter expect an instance as argument.The text was updated successfully, but these errors were encountered: