FormData
FormData copied to clipboard
HTML5 `FormData` polyfill for Browsers and nodejs
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Since version 4.0.5 or, to be more precise, since commit 6adcb7d03e2edcccf1d8c014ecff03a7a5c2547f, both [formdata-to-blob.js](https://github.com/jimmywarting/FormData/blob/4.0.5/formdata-to-blob.js) and [esm.min.js](https://github.com/jimmywarting/FormData/blob/4.0.5/esm.min.js) fail to load in Safari with the error `SyntaxError: Invalid regular expression: invalid group specifier...
## The purpose of this PR is: To decrease deps size from 8.7Mb to ~200Kb ## This is what had to change: In the `fetch-blob` package version 3.x, there was...
Hey...I am too lazy to make a PR `¯\_(ツ)_/¯` The line: ```js import File from 'fetch-blob/file.js' ``` ...should be: ```js import { File } from 'fetch-blob/file.js' ``` Cheers