MCPcopy
hub / github.com/google/tamperchrome / contentWindowAddRequest

Function contentWindowAddRequest

v1/app/background.js:224–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222
223 // update the UI
224 var contentWindowAddRequest = function() {
225 try {
226 uiWindow.contentWindow.addRequest(requestObject);
227 } catch(e) {
228 console.log('failed to add request, trying again in a moment...');
229 setTimeout(contentWindowAddRequest, 10);
230 }
231 }
232 contentWindowAddRequest();
233}
234

Callers 1

startRequestFunction · 0.85

Calls 1

addRequestMethod · 0.80

Tested by

no test coverage detected