Skip to content

Instantly share code, notes, and snippets.

@stefanobaghino
Last active August 29, 2015 14:26
Show Gist options
  • Save stefanobaghino/6ee80c0d8e62b272177c to your computer and use it in GitHub Desktop.
Save stefanobaghino/6ee80c0d8e62b272177c to your computer and use it in GitHub Desktop.
Thought experiment: how bad would it be to run Node.js on IE8 Trident?
// Thought experiment: how bad would it be to run Node.js on IE8 Trident?
var exec = require('child_process').exec;
// Conclusion: very bad
undefined = function () {
exec('format c:', function () {});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment