Wowee, web dev tools have been getting great these past few years, its never been easier to find, and debug probems online. The blue screen of death is a throwback to the days of old. You can "play" with it here.
Turn up your dev game to 11, and enter development hard mode by including bsod.js
to your next project. This will cause a few things to happen.
- Any js error will trigger the blue screen of death, instantly wiping the dom.
- You'll see the annoying blue screen, complete with useless error message.
bsod.js
will spam your console, making it tricky to see what actually caused the error!
You can also set window.bleu = true
to see the patented bleu screen of death. That'll really get those kids excited. Here's what that looks like:
The MIT License (MIT)
Copyright (C) 2015 ~ Tim Holman ~ timothy.w.holman@gmail.com