has-localstorage
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "has-localstorage", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://gr2m.github.com/has-localstorage", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "has-localstorage", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "returns true if localStorage is supported _and_ persistent", | ||
@@ -5,0 +5,0 @@ "main": "lib/has-localstorage.js", |
@@ -10,5 +10,6 @@ # has-localstorage | ||
## Downlaod or Installation | ||
- Download [has-localstorage.js](https://raw.githubusercontent.com/gr2m/initials.js/master/lib/has-localstorage.js) | ||
- Download [has-localstorage.js](https://raw.githubusercontent.com/gr2m/has-localstorage/master/lib/has-localstorage.js) | ||
- or: install via Bower: `bower install --save has-localstorage` | ||
@@ -29,2 +30,14 @@ - or: install via npm: `npm install --save has-localstorage` | ||
## Help wanted! | ||
The current test setup is very simple: it only tests in latest Firefox | ||
using Selenium and [Sauce Labs](http://saucelabs.com/). Unfortunately, | ||
Sauce Labs has no support to start browsers in private mode, which would | ||
be necessary, as `localStorage` behaves different if in private mode | ||
in Safari, probably in other browsers as well. | ||
If anynone has an idea to for that, ping me at | ||
https://github.com/gr2m/has-localstorage/issues/1 | ||
# Acknowledgement | ||
@@ -31,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49
54035
17