html5-history
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/html5-history package

0.1.5 • Public • Published

html5-history

A npm friendly version of history.js

Example

var History = require("html5-history")
 
// do stuff
 
// html4 support does not get enabled by default.
// you have to do that manually
 
var History = require("html5-history/html4")
History.initHtml4()

Installation

npm install html5-history

Contributors

  • Raynos

MIT Licenced

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.5
    13
    • latest

Version History

Package Sidebar

Install

npm i html5-history

Weekly Downloads

18

Version

0.1.5

License

none

Last publish

Collaborators

  • raynos