Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ onError
Method
onError
ui/media/js/engine.js:77–79 ·
view source on GitHub ↗
(response)
Source
from the content-addressed store, hash-verified
75
return
value
76
}
77
onError(response) {
78
throw
new
Error(response.statusText)
79
}
80
onNext({ value, done }, response) {
81
return
{ value, done }
82
}
Callers
1
open
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected