Skip to content

Commit

Permalink
feat: AbortError (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Aug 23, 2023
1 parent 65ae25a commit 9b9d458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Expand Up @@ -402,5 +402,6 @@ export {
Headers,
Request,
Response,
FetchError
FetchError,
AbortError
};

0 comments on commit 9b9d458

Please sign in to comment.