Skip to content

Commit 6ee2de2

Browse files
committed
Updated Documentation
1 parent a68a009 commit 6ee2de2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/api.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,9 @@ <h2> Events</h2>
705705
<td class="gray">
706706
fired before user clicks try.
707707
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-
708+
that can be modified before making the final call to the API.
709+
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
710711
<br/>
711712
Example: To add a custom header before making a try call
712713
<pre class="shadow1 code-block" style = "width:500px">

0 commit comments

Comments
 (0)