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