shgysk8zer0 / node-http

A JavaScript library that provides various utilities for working with HTTP
https://npmjs.com/package/@shgysk8zer0/http
MIT License
1 stars 0 forks source link

Deprecate `parseMultipartFormData()` #4

Closed shgysk8zer0 closed 1 year ago

shgysk8zer0 commented 1 year ago

References #2

This function will no longer be necessary in node >= 20 but I don't think can be fixed (at least not easily and isn't worth it). Will be removed in an upcoming release, and used a console.warn when used.

Also update such that import '@shgysk8zer0/http/module' and import '@shgysk8zer0/http/module.js' to both work.

Description and issue

Please add relevant sections (Added, removed, changed, fixed) to CHANGELOG.md

List of significant changes made