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

bug: DeadlineError calls super("Deadline") in constructor #4822

Closed
iuioiua opened this issue May 22, 2024 · 1 comment
Closed

bug: DeadlineError calls super("Deadline") in constructor #4822

iuioiua opened this issue May 22, 2024 · 1 comment
Labels
async suggestion a suggestion yet to be agreed

Comments

@iuioiua
Copy link
Contributor

iuioiua commented May 22, 2024

This means the error.message property is just "Deadline". That does not provide any insight into why the error was thrown. A second parameter which would provide information on how, and after how long, the deadline was met.

@iuioiua iuioiua added suggestion a suggestion yet to be agreed async labels May 22, 2024
@kt3k
Copy link
Member

kt3k commented Jul 10, 2024

Closing as DeadlineError is now replaced with DOMException (TimeoutError) #5058

@kt3k kt3k closed this as completed Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
async suggestion a suggestion yet to be agreed
Projects
None yet
Development

No branches or pull requests

2 participants