This website requires JavaScript.
Explore
Help
Register
Sign In
innov
/
llalaad
mirror of
https://gitee.com/floraachy/llalaad.git
Watch
1
Star
0
Fork
You've already forked llalaad
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
llalaad
/
node_modules
/
form-data
/
lib
/
browser.js
3 lines
101 B
JavaScript
Raw
Permalink
Blame
History
/* eslint-env browser */
module
.
exports
=
typeof
self
==
'object'
?
self
.
FormData
:
window
.
FormData
;
Reference in New Issue
View Git Blame
Copy Permalink