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

Fix possible bug with localStorage test #60

Closed meowsus closed 5 years ago

meowsus commented 5 years ago

This changes the key used for the localStorage test from x to the namespaced featurejs-test for better collision avoidance.

Resolves #25