This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
prc
/
plc-sim
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
v2
Ramuri
Etichete
master
v2.1
v2
v1
plc-sim
/
client
/
node_modules
/
form-data
/
lib
/
browser.js
browser.js
101 B
Permalink
Istoric
Crud
1
2
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;