codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
257 stars 241 forks source link

Update localStorage feature detection, show assignment on get #392

Closed m90 closed 3 years ago

m90 commented 6 years ago

It looks like the feature detection for window.localStorage is done like this nowadays (the old one would break on private Safari windows): https://gist.github.com/paulirish/5558557 and https://github.com/Modernizr/Modernizr/blob/b8ac7bf0e77e119da7b6269b9dcdfce83bf85155/feature-detects/storage/localstorage.js#L40-L49

It also adds a kind of in-place demo of how to use the feature, which is nice.

koddsson commented 6 years ago

Looks good to me ✨