Duplicated from salomonsky/tarot
8775c1a
1
2
3
/* eslint-env browser */ module.exports = typeof self == 'object' ? self.FormData : window.FormData;