(url2)
| 50996 | } |
| 50997 | if (!isUint8Array(chunk)) { |
| 50998 | throw new TypeError("Received non-Uint8Array chunk"); |
| 50999 | } |
| 51000 | bytes.push(chunk); |
| 51001 | byteLength += chunk.length; |
| 51002 | } |
| 51003 | } |
| 51004 | function urlIsLocal(url2) { |
| 51005 | assert2("protocol" in url2); |
no outgoing calls
no test coverage detected
searching dependent graphs…