This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
luojigou_h5
/
offline-pdf-app
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
476413b57a
Branches
Tags
main
master
offline-pdf-app
/
node_modules
/
form-data
/
lib
/
browser.js
browser.js
101 B
Histórico
Raw
1
2
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;