File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -704,9 +704,9 @@ <h2> Events</h2>
704
704
< td class ="mono bold right "> before-try</ td >
705
705
< td class ="gray ">
706
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
- And a < a href ="https://developer.mozilla.org/en-US/docs/Web/API/AbortController " target ="_blank "> AbortController object</ a >
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.< br />
709
+ Also you get an < a href ="https://developer.mozilla.org/en-US/docs/Web/API/AbortController " target ="_blank "> AbortController object</ a >
710
710
which can be used for aborting a request
711
711
< br />
712
712
Example: To add a custom header before making a try call
You can’t perform that action at this time.
0 commit comments