Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/prerequisites/considerations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nodejs

Currently, `wasm-pack` generated npm modules require us to you have [fetch] polyfill in your node project.
Currently, `wasm-pack` generated npm modules require you to have the [fetch] polyfill in your node project.

If there is a module from `wasm-pack build --target nodejs` you may encounter some errors regarding global `Headers`, `Request`, `Response` and `fetch` Web APIs.

Expand Down
Loading