MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / error

Function error

src/content.js:329–331  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

327 tmCE.onConnectResponse(key, 0, responseId, JSON.stringify( { onReadyStateChange : true, response: r }));
328 };
329 var error = function(r) {
330 tmCE.onConnectResponse(key, 0, responseId, JSON.stringify( { onError: true, response: r }));
331 }
332 var done = function(r) {
333 // add 'onDisconnect' to cleanup all emulation layer listeners
334 tmCE.onConnectResponse(key, 0, responseId, JSON.stringify( { onDone : true, onDisconnect: true, response: r }));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…