Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 912 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 912 Bytes

Anchor/History

The history module is used to manipulate browser session history.

Install

component
$ component install anchorjs/history
volo
$ volo add anchorjs/history

Compatibility

component

This module uses the AMD format. To include in component builds, use component-amd:

component build -u component-amd

Tests

To run tests in a browser, execute the Make target for the desired browser:

$ make test-chrome
$ make test-firefox
$ make test-safari

Headless tests can be executed directly from a terminal:

$ make test-phantomjs

Credits

License

The MIT License

Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>