browser.js 101 B

12
  1. /* eslint-env browser */
  2. module.exports = typeof self == 'object' ? self.FormData : window.FormData;