techprotrade's picture
Add scripts directory (part 7)
3a48f10 verified
Raw
History Blame Contribute Delete
117 Bytes
'use strict';
/* eslint-env browser */
module.exports = typeof self === 'object' ? self.FormData : window.FormData;