ohctechv3/.svn/pristine/0a/0ae55bb7ee9e39bd3dda8d9b6e6d6bff3855d121.svn-base

3 lines
101 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;