Stephen Franceschelli c1a589c5b6 Fix.
2019-07-30 13:41:05 -04:00

3 lines
101 B
JavaScript

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