Files
2026-01-10 18:39:55 +00:00

5 lines
117 B
JavaScript
Executable File

'use strict';
/* eslint-env browser */
module.exports = typeof self === 'object' ? self.FormData : window.FormData;