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
v20.12.2
Darwin mkilpatrick-mbp 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
No response
Using fetch is broken in Node v20.12.x. It works in v20.11.x.
fetch
Using fetch results in TypeError: fetch is not a function
TypeError: fetch is not a function
The text was updated successfully, but these errors were encountered:
Can't reproduce, can't do much here without seeing your code that uses the function.
Sorry, something went wrong.
There's something stirring with fetch and v20.12.x:
v20.12.x
Edit: this ships in Node 20.12.0: #51598 and does not define writable for fetch, implying it will be false:
writable
false
https://github.com/nodejs/node/pull/51598/files#diff-cbe9ed0255d58a51cf6442116da17f833c9d57c6244dc1efa74760d1c91860e7R71-R72
I think this will be fixed by #52275
No branches or pull requests
Version
v20.12.2
Platform
Darwin mkilpatrick-mbp 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
Subsystem
No response
What steps will reproduce the bug?
Using
fetch
is broken in Node v20.12.x. It works in v20.11.x.How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
Using fetch results in
TypeError: fetch is not a function
Additional information
No response
The text was updated successfully, but these errors were encountered: