Skip to content

Commit

Permalink
feat(form-data): change to more reliable FormData implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 17, 2021
1 parent e413d41 commit 61f1f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const constant: IConstant = {
polyfills: ["form-data"]
},
"form-data": {
library: "@polyfiller/object-fit",
library: "@polyfiller/form-data",
relativePaths: ["polyfill/index.js"],
features: ["api.FormData", "api.FormData.get", "api.FormData.getAll", "api.FormData.has", "api.FormData.set", "api.FormData.entries"],
version: environment.NPM_PACKAGE_DEPENDENCIES__POLYFILLER_FORM_DATA,
Expand Down

0 comments on commit 61f1f49

Please sign in to comment.