This website requires JavaScript.
Explore
Help
Sign In
Zynh0722
/
Riven
forked from
mirror/Riven
Watch
1
Star
0
Fork
You've already forked Riven
0
Code
Pull Requests
Activity
9c13d126a6
Riven
/
riven
/
srcgen
/
node_modules
/
form-data
/
lib
/
browser.js
3 lines
101 B
JavaScript
Raw
Blame
History
/* eslint-env browser */
module
.
exports
=
typeof
self
==
'object'
?
self
.
FormData
:
window
.
FormData
;
View Git Blame
Copy Permalink