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 a68a009 commit 6ee2de2Copy full SHA for 6ee2de2
docs/api.html
@@ -705,8 +705,9 @@ <h2> Events</h2>
705
<td class="gray">
706
fired before user clicks try.
707
Provides a <a href="https://developer.mozilla.org/en-US/docs/Web/API/Request" target="_blank">request object</a>
708
- that can be modified before making the final call to the API.
709
-
+ that can be modified before making the final call to the API.
+ And a <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortController" target="_blank"> AbortController object</a>
710
+ which can be used for aborting a request
711
<br/>
712
Example: To add a custom header before making a try call
713
<pre class="shadow1 code-block" style = "width:500px">
0 commit comments