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
3.x.x
No response
14.x
Linux
20.04
Migrate out of deprecated API.
fastify-multipart/index.js
Lines 36 to 44 in 3716575
request.multipart is actually deprecated, it should not be used inside this plugin.
request.multipart
Reported by Jones on Discord Server.
Register the plugin with addToBody.
addToBody
fastify.register(multipart, { addToBody: true, });
No deprecation warning.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Prerequisites
Fastify version
3.x.x
Plugin version
No response
Node.js version
14.x
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
20.04
Description
Migrate out of deprecated API.
fastify-multipart/index.js
Lines 36 to 44 in 3716575
request.multipart
is actually deprecated, it should not be used inside this plugin.Reported by Jones on Discord Server.
Steps to Reproduce
Register the plugin with
addToBody
.Expected Behavior
No deprecation warning.
The text was updated successfully, but these errors were encountered: