(responseCallback, rejection)
| 63 | } |
| 64 | |
| 65 | function testCompileStreamingRejectionUsingFetch(responseCallback, rejection) { |
| 66 | return testCompileStreamingRejection(() => testRequest(responseCallback), |
| 67 | rejection); |
| 68 | } |
| 69 | |
| 70 | (async () => { |
| 71 | // A non-Response should cause a TypeError. |
no test coverage detected
searching dependent graphs…