Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pqina/filepond
/ createTimeoutResponse
Function
createTimeoutResponse
src/js/utils/createDefaultResponse.js:3–12 ·
view source on GitHub ↗
(cb)
Source
from the content-addressed store, hash-verified
1
import
{ createResponse } from
'./createResponse'
;
2
3
export
const
createTimeoutResponse = (cb) => (xhr) => {
4
cb(
5
createResponse(
6
'error'
,
7
0,
8
'Timeout'
,
9
xhr.getAllResponseHeaders()
10
)
11
)
12
}
Callers
7
requestTransferId
Function · 0.90
requestTransferOffset
Function · 0.90
processChunk
Function · 0.90
createFileProcessorFunction
Function · 0.90
fetchBlob
Function · 0.90
createFetchFunction
Function · 0.90
createRevertFunction
Function · 0.90
Calls
2
createResponse
Function · 0.90
cb
Function · 0.85
Tested by
no test coverage detected