Skip to content

Commit 9b9d458

Browse files
authoredAug 23, 2023
feat: AbortError (#1744)
1 parent 65ae25a commit 9b9d458

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -402,5 +402,6 @@ export {
402402
Headers,
403403
Request,
404404
Response,
405-
FetchError
405+
FetchError,
406+
AbortError
406407
};

0 commit comments

Comments
 (0)
Please sign in to comment.