I am working with the FormData object, while my code works well on Chrome, Microsoft Edge spits out the following error message Object doesn\'t support property or met
Object doesn\'t support property or met
If you're in an Angular App please add this line to your polyfills.ts file
import 'core-js/es7/object';
It will import all the new methods on Object, including entries