Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
maqingguo
/
1.0yangche
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
1.0yangche
/
node_modules
/
form-data
/
lib
/
browser.js
browser.js
101 B
Permalink
Cronologia
Originale
1
2
3
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;