We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184cb5b commit 8c13428Copy full SHA for 8c13428
src/watch.ts
@@ -41,7 +41,6 @@ export class Watch {
41
const controller = new AbortController();
42
const timeoutSignal = AbortSignal.timeout(30000);
43
requestInit.signal = AbortSignal.any([controller.signal, timeoutSignal]);
44
- requestInit.signal = controller.signal as AbortSignal;
45
requestInit.method = 'GET';
46
47
let doneCalled: boolean = false;
0 commit comments