browser.js (101B)
1 /* eslint-env browser */ 2 module.exports = typeof self == 'object' ? self.FormData : window.FormData;