Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webrtc/samples
/ errorHandler
Function
errorHandler
src/js/videopipe.js:23–27 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
21
//
22
23
function
errorHandler(context) {
24
return
function
(error) {
25
trace(
'Failure in '
+ context +
': '
+ error.toString);
26
};
27
}
28
29
// eslint-disable-next-line no-unused-vars
30
function
successHandler(context) {
Callers
1
VideoPipe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected