mahiatlinux's picture
Upload 3053 files
311cc15 verified
raw
history blame
101 Bytes
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;