— Corey Butler (@goldglovecb)
— Nathanael Barbettini (@nbarbettini)
Thanks to our venue:
Thanks to our sponsor:
62 | 56 | 16 | 11 |
62 | 56 57 |
16 | 11 |
Released Nov 14 — Release Notes
Faster and even more minimalist, Firefox Quantum makes Chrome look old.”
— Digital Trends
Will this kill the Brave browser?
var controller = new AbortController()
var signal = controller.signal
downloadBtn.addEventListener('click', fetchVideo)
abortBtn.addEventListener('click', function() {
controller.abort()
console.log('Download aborted')
})
function fetchVideo() {
...
fetch(url, {signal}).then(function(response) {...}).catch(function(e) {
reports.textContent = 'Download error: ' + e.message
})
}
Continuous Integration (CI) and Continuous Delivery (CD) as the fundamental best practice for enterprise software delivery.
/
#