Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 360 Bytes

File metadata and controls

7 lines (5 loc) · 360 Bytes

Abortable fetch with React Async

This demonstrates a very simple HTTP GET using fetch, which gets the AbortSignal passed in to actually abort the HTTP request when the promise is canceled.

live demo