Gerrit Linnemann 0dd4236e11 Initial Commit
2017-12-18 14:24:11 +01:00

3 lines
101 B
JavaScript

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