© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Peter Scheler
JS enthusiast
That's a framework thing. In express and the http-module you handle errors with callbacks (event or direct). But Koa and Spirit are promise based. So you can throw errors.