mirror of
https://github.com/1disk/edp445.git
synced 2024-08-14 22:47:02 +00:00
3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
|
/* eslint-env browser */
|
||
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|