(response)
| 152 | } |
| 153 | |
| 154 | function handleFetchDone (response) { |
| 155 | finalizeAndReportTiming(response, 'fetch') |
| 156 | } |
| 157 | |
| 158 | // https://fetch.spec.whatwg.org/#fetch-method |
| 159 | function fetch (input, init = undefined) { |
no test coverage detected
searching dependent graphs…