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

Doesn't work well in node version 18 #551

Open
pro-munachi opened this issue Jun 23, 2023 · 3 comments
Open

Doesn't work well in node version 18 #551

pro-munachi opened this issue Jun 23, 2023 · 3 comments

Comments

@pro-munachi
Copy link

No description provided.

@NoodleHJ
Copy link

I think node-18 supports built-int Formdata, which means u dont need to import this libary.

@pauldraper
Copy link

@NoodleHJ I don't think Node.js supports getBuffer(). I.e. there's no way to actually serialize the data (unless you make a fetch request).

@octet-stream
Copy link

I don't think Node.js supports getBuffer(). I.e. there's no way to actually serialize the data (unless you make a fetch request)

@pauldraper You can, with form-data-encoder. It supports Node.js' implementation too as any other spec-compliant implementation.

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

No branches or pull requests

4 participants