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
Error.isError
DOMException
1.1.39
M1 macOS 15.2
Error.isError(new DOMException(1)) // => false, true expected
This is a Error subclass, the required slot is defined here: whatwg/webidl#1421
Error
No response
The text was updated successfully, but these errors were encountered:
this will likely be a bug in Safari too, as our DOMException is almost entirely copy-pasted from Safari/WebKit
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
1.1.39
What platform is your computer?
M1 macOS 15.2
What steps can reproduce the bug?
What is the expected behavior?
This is a
Error
subclass, the required slot is defined here: whatwg/webidl#1421What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: