Don’t rethrow `new Error(error)` in JavaScript
How to safely capture and rethrow errors without losing information... (more…)
Read more »
For the last year or so I have been running with JavaScript mostly turned off, and what I have learned is this: Almost nothing works. 95% of the web just shows you a blank page. Most sites start working again if you allow one or two JavaScript URLs to loa… Read more