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 61f1f49 commit 63ca455
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 @@ -105,7 +105,7 @@ export const constant: IConstant = {
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,
dependencies: ["es.symbol.iterator", "es.symbol.to-string-tag", "es.symbol.constructor", "es.object.define-property"],
dependencies: [],
contexts: WINDOW_WORKER_CONTEXT
},
"object-fit": {
Expand Down

0 comments on commit 63ca455

Please sign in to comment.