Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

has-localstorage

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

has-localstorage

returns true if localStorage is supported _and_ persistent

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

has-localstorage

returns true if localStorage is supported and persistent

Build Status

returns true or false depending on whether localStorage is supported or not. Beware that some browsers like Safari do not support localStorage in private mode.

Downlaod or Installation

  • Download has-localstorage.js
  • or: install via Bower: bower install --save has-localstorage
  • or: install via npm: npm install --save has-localstorage

Usage

if (hasLocalStorage()) {
  // localStorage can be used, all data gets persisted
} else {
  // localStorage is not available, or changes are not persisted
}

Help wanted!

The current test setup is very simple: it only tests in latest Firefox using Selenium and Sauce Labs. 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

hasLocalStorage() has been inspired by this Cappuccino commit: https://github.com/cappuccino/cappuccino/commit/063b05d9643c35b303568a28809e4eb3224f71ec

License

MIT

Keywords

FAQs

Package last updated on 03 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc