UNPKG

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