-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
Describe the problem
| // TODO: remove this once we only support Node 18.11+ (the version multipart/form-data was added) |
Describe the proposed solution
bump the engines field, conditionally polyfill as proposed in #10273, then remove polyfill option from adapter-node: https://kit.svelte.dev/docs/adapter-node#options-polyfill
I'm not exactly sure when globalThis.crypto was made available, but I think crypto may need to be polyfilled until Node 20
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
Reactions are currently unavailable