UNPKG

form-data

Version:

A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.

5 lines (3 loc) 117 B
'use strict'; /* eslint-env browser */ module.exports = typeof self === 'object' ? self.FormData : window.FormData;