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