文件名称:轻量级浏览器位置历史记录抽象-JavaScript开发
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-14 22:21:32
JavaScript Miscellaneous
位置历史记录轻量级浏览器位置历史记录抽象在带有browserify的浏览器中起作用! WebTorrent桌面使用此模块。 安装npm安装位置历史记录usag位置历史记录轻量级浏览器位置历史记录抽象在带有browserify的浏览器中起作用! WebTorrent桌面使用此模块。 安装npm安装位置历史记录用法var LocationHistory = require('location-history')var location = new LocationHistory()//导航到页面location.go({url:'first-url',data:'hi'} )console.log(location.current())// {url:'first-url',data:'hi'} console.log(location.url())//'first-url'//导航至第二个p
【文件预览】:
location-history-master
----README.md(4KB)
----test()
--------basic.js(8KB)
----LICENSE(1KB)
----package.json(1KB)
----index.js(3KB)
----.npmignore(18B)
----.travis.yml(35B)