Spaces:
Running
Running
File size: 101 Bytes
51ddcbf |
1 2 3 |
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|