I would like to know if there's a way to polyfill FormData with core-js. Thanks in advance.
FormData is out of scope core-js. core-js provide only polyfills for ECMAScript features and closely related cross-platform features from web standards. You can use a polyfill for FormData from other projects.
Most helpful comment
FormDatais out of scopecore-js.core-jsprovide only polyfills for ECMAScript features and closely related cross-platform features from web standards. You can use a polyfill forFormDatafrom other projects.