UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
form-data
/
lib
/
browser.js
3 lines
(2 loc)
•
101 B
JavaScript
View Raw
1
2
3
/* eslint-env browser */
module
.
exports
=
typeof
self ==
'object'
? self.
FormData
:
window
.
FormData
;