Skip to content

Commit

Permalink
Merge pull request #280 from Benappiahpoku/patch-17
Browse files Browse the repository at this point in the history
Update Question 383 README.md
  • Loading branch information
sudheerj authored Jun 14, 2024
2 parents af949b5 + 113cb6c commit 543d1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6916,7 +6916,7 @@
1. Create an `AbortController` instance
2. Get the signal property of an instance and pass the signal as a fetch option for signal
3. Call the AbortController's abort property to cancel all fetches that use that signal
For example, let's pass the same signal to multiple fetch calls will cancel all requests with that signal,
For example, passing the same signal to multiple fetch calls will cancel all requests with that signal,
```javascript
const controller = new AbortController();
Expand Down

0 comments on commit 543d1cd

Please sign in to comment.