Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/form-data/form-data
/ myFile
Function
myFile
test/integration/test-request.js:18–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
var
fileName = common.dir.fixture +
'/unicycle.jpg'
;
18
var
myFile =
function
() {
return
fs.createReadStream(fileName); };
19
var
numItems = 5;
20
21
// Make request to use our FormData
Callers
1
test-request.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected