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

Swap form-data for formdata-node #333

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

krouma
Copy link

@krouma krouma commented Dec 13, 2024

The newer library better supports modules and is written in TypeScript. The FormData interface is a drop-in replacement except for getHeaders(), but that didn't do anything useful, so it can be dropped.

Closes #327

The newer library better supports modules and is written in TypeScript.
The FormData interface is a drop-in replacement except for getHeaders(),
but that didn't do anything useful, so it can be dropped.

Closes MrRefactoring#327

Signed-off-by: Matyáš Kroupa <[email protected]>
@MrRefactoring MrRefactoring changed the base branch from master to release/v5.0.0 January 2, 2025 02:23
@MrRefactoring MrRefactoring merged commit a650eb1 into MrRefactoring:release/v5.0.0 Jan 2, 2025
@krouma krouma deleted the formdata branch January 3, 2025 07:38
MrRefactoring added a commit that referenced this pull request Jan 4, 2025
The newer library better supports modules and is written in TypeScript.
The FormData interface is a drop-in replacement except for getHeaders(),
but that didn't do anything useful, so it can be dropped.

Closes #327

Signed-off-by: Matyáš Kroupa <[email protected]>
Co-authored-by: Matyáš Kroupa <[email protected]>
Co-authored-by: Vladislav Tupikin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: form_data_1.default is not a constructor when adding attachment
2 participants