File size: 117 Bytes
026255b | 1 2 3 4 5 | 'use strict';
/* eslint-env browser */
module.exports = typeof self === 'object' ? self.FormData : window.FormData;
|
026255b | 1 2 3 4 5 | 'use strict';
/* eslint-env browser */
module.exports = typeof self === 'object' ? self.FormData : window.FormData;
|