()
| 144 | } |
| 145 | |
| 146 | function help() { |
| 147 | sendToBackground({ |
| 148 | name: "tab", |
| 149 | body: { |
| 150 | url: "feed.html" |
| 151 | } |
| 152 | }) |
| 153 | } |
| 154 | |
| 155 | const typeMap = { |
| 156 | downloadHtml: "下载HTML", |
nothing calls this directly
no outgoing calls
no test coverage detected