Hacker News new | ask | show | jobs
by kree10 4594 days ago
Try loading any Meteor-based site (such as the linked story, or http://www.meteor.com/ itself) with cookies disabled on Chrome or Firefox and watch them break.

(Meteor doesn't appear to trap exceptions when using localStorage/sessionStorage, and even something as simple as "if (window.sessionStorage) ..." may throw an exception.)