Core-js: question: Is there any FormData polyfill?

Created on 1 Feb 2019  路  1Comment  路  Source: zloirock/core-js

I would like to know if there's a way to polyfill FormData with core-js. Thanks in advance.

question web standards

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kalvenschraut picture kalvenschraut  路  6Comments

mryellow picture mryellow  路  6Comments

devongovett picture devongovett  路  4Comments

ustccjw picture ustccjw  路  4Comments

sgammon picture sgammon  路  6Comments