Abort Controller: How To Stop Processing Duplicate Requests Out of Order
To do something asynchronous in JavaScript you typically need to use a Promise.
Need to open a local file?
Need to make an API request using fetch?
Want to wrap setTimeout to use with async / await?
You can use a promise. It's a common pattern that's...
blog.thesshguy.com4 min read