(req)
| 923 | }; |
| 924 | |
| 925 | var progress = function(req) { |
| 926 | setTimer(); |
| 927 | if (req.progress) { |
| 928 | TM_fire.status.progress = { n: req.progress.total, of: req.progress.totalSize * 6}; |
| 929 | // console.log("bg: fire download: " + req.progress.total + " bytes"); |
| 930 | } |
| 931 | }; |
| 932 | |
| 933 | var done = function(req) { |
| 934 | setTimer(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…