MCPcopy Index your code
hub / github.com/FastForwardTeam/FastForward / sendToOptions

Function sendToOptions

src/js/background.js:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 }
361},
362sendToOptions = data => {
363 if(optionsPort)
364 {
365 optionsPort.postMessage(data)
366 }
367}
368if(!definitions_version)
369{
370 brws.alarms.create("update-bypass-definitions", {periodInMinutes: 60})

Callers 4

countItFunction · 0.85
resetCounterFunction · 0.85
updateBypassDefinitionsFunction · 0.85
finishDownloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected