This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
7f7fc5b3760fa70f0966ec38fd173f2c8d467152
setup-python
/
node_modules
/
form-data
/
lib
/
browser.js
T
3 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial pass
2019-06-26 21:12:00 -04:00
/* eslint-env browser */
module
.
exports
=
typeof
self
==
'object'
?
self
.
FormData
:
window
.
FormData
;
Reference in New Issue
Copy Permalink