0.8.0 • Published 8 years ago

xdstore v0.8.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

xdstore

Build Status

Cross-domain localStorage with a cookie-fallback for browsers.

Supported browsers:

  • Chrome 41+
  • Firefox 36+
  • IE8+

Usage

Installation: npm install xdstore

See index.html and tests/iframe.html for a sample implementation.

Testing

This project uses Intern for testing.

To run tests locally you need to have a working selenium server running at 127.0.0.1:4444.

npm test runs the tests.

Setup (Mac OS X) with Homebrew

A working Homebrew installation is required.

Install selenium-server-standalone.

To run tests you also need to install chromedriver and phantomjs.

Run Selenium by running selenium-server -p 4444.

Running tests using Sauce labs

Run SAUCE_USERNAME=XXXX SAUCE_ACCESS_KEY=XXXX npm run test-sauce. You obviously need to have a saucelabs account to do this.

Status

This project adheres to Semantic Versioning.

As long as the version is pre-1.0 the API might still change drastically.

Credits

  • nbubna/store is used for localStorage and parts of the cookie fallback code.

License

The MIT License (MIT).

0.8.0

8 years ago

0.7.3

10 years ago

0.7.2

10 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1-1

10 years ago

0.1.0

10 years ago