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
ky.HTTPError doesn't have statusCode.
ky.HTTPError
statusCode
http/types/index.d.ts
Line 160 in 86bf51e
The correct type of this is ky.HTTPError & { statusCode?: number }. Please check the code and document below.
ky.HTTPError & { statusCode?: number }
Source code:
http/lib/plugin.js
Line 100 in 86bf51e
http/docs/content/en/5.advanced.md
Line 41 in 658b882
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ky.HTTPError
doesn't havestatusCode
.http/types/index.d.ts
Line 160 in 86bf51e
The correct type of this is
ky.HTTPError & { statusCode?: number }
.Please check the code and document below.
Source code:
http/lib/plugin.js
Line 100 in 86bf51e
Document:
http/docs/content/en/5.advanced.md
Line 41 in 658b882
The text was updated successfully, but these errors were encountered: