Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lzwqx
/
player
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
player
/
node_modules
/
form-data
/
lib
/
browser.js
lzwqx
Upload 813 files
9afd7cc
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
101 Bytes
/* eslint-env browser */
module
.
exports
=
typeof
self ==
'object'
? self.
FormData
:
window
.
FormData
;