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