arielsalminen / feature.js

Feature.js is a fast, simple and lightweight browser feature detection library in 1kb.
https://featurejs.com/
3.17k stars 115 forks source link

Fixes localStorage test #66

Closed meowsus closed 5 years ago

meowsus commented 5 years ago

Based on @ShirtlessKirk's assessment of the current state of localStorage within private browsing.

References #64 Closes #21

meowsus commented 5 years ago

@shirtlesskirk I adjusted the test. I was enjoying the explicitness of testing the return value of getItem so I kep that in there too. Let me know what you think.

ShirtlessKirk commented 5 years ago

Yeah, my bad, I forgot the return in the try. My fault for blind coding on mobile.