Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Don't Trust Your JavaScript

Don't Trust Your JavaScript

A talk in JavaScript failing and Progressive Enhancement, for the Meteor Cape Town meetup group (http://www.meetup.com/Meteor-Cape-Town/events/229419968/).

Lots of links at http://naga.co.za/pe

Steve Barnett

April 20, 2016
Tweet

More Decks by Steve Barnett

Other Decks in Programming

Transcript

  1. "We don't have any non- JavaScript users" No, all your

    users are non-JS while they're downloading your JS
  2. if('querySelector' in document) { ... } if('localStorage' in window) {

    ... } if('addEventListener' in window) { ... }