common-history:HTML5 历史 API 和哈希片段控制的一致 API

时间:2024-07-08 03:29:20
【文件属性】:

文件名称:common-history:HTML5 历史 API 和哈希片段控制的一致 API

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-08 03:29:20

JavaScript

共同的历史 HTML5 历史 API 和哈希片段控制的一致 API。 安装 npm install common-history 用法 common-history 由HashLocation和HistoryLocation 。 它提供相同的接口。 HashLocation是包装散列片段控制。 HistoryLocation是包装 HTML5 历史 API。 // ececute http://example.com/ import { HashLocation } from 'common-history' ; const hashLocation = new HashLocation ( ) ; // It is executed each time the location is changed. hashLocation . addListener ( changes =>


【文件预览】:
common-history-master
----index.js(138B)
----package.json(872B)
----LICENSE(1KB)
----src()
--------__tests__()
--------history-location.js(1KB)
--------hash-location.js(2KB)
----.npmignore(15B)
----.gitignore(19B)
----README.md(2KB)
----.jshintrc(338B)
----.editorconfig(246B)

网友评论