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 a345fa6 commit d320eb6Copy full SHA for d320eb6
packages/resource/src/index.ts
@@ -79,7 +79,7 @@ export function makeAbortable(
79
*/
80
81
export function createAbortable(
82
- options?: AbortableOptions
+ options?: AbortableOptions,
83
): [() => AbortSignal, () => void, (err: any) => void] {
84
const [signal, abort, filterAbortError] = makeAbortable(options);
85
onCleanup(abort);
0 commit comments