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