• File: browser.js
  • Full Path: /home/awtadalkhimacom/public_html/services/node_modules/form-data/lib/browser.js
  • Date Modified: 10/30/2025 4:29 AM
  • File size: 117 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';

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