Don't Sleep on AbortController
AbortController is a broadly available mechanism for, originally, aborting Web requests on demand, but you can use it for a lot more than that - https://kettanaito.com/blog/dont-sleep-on-abort-controller
#javascript
AbortController is a broadly available mechanism for, originally, aborting Web requests on demand, but you can use it for a lot more than that - https://kettanaito.com/blog/dont-sleep-on-abort-controller
#javascript
kettanaito.com
Don't Sleep on AbortController
Learn how to make anything abortable in JavaScript.
👍3
Exploring JavaScript Symbols
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Exploring JavaScript Symbols
Deep dive into JavaScript Symbols - what they are, why they matter, and how to use them effectively
👍3❤1