文件名称:is-same-origin:检查两个URL是否起源相同
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-04 08:44:50
whatwg-url same-origin JavaScript
原产地相同 检查节点和浏览器的两个URL是否起源相同 安装 npm install is-same-origin // Using ES6 modules import isSameOrigin from 'is-same-origin' ; // Using CommonJS modules const isSameOrigin = require ( 'is-same-origin' ) ; CDN版本也可以在unpkg上获得: 使用 用法 const isSameOrigin = require ( 'is-same-origin' ) ; isSameOrigin ( 'http://www.example.com/dir/page.html' , 'http://www.example.com/dir/page2.html' ) ; // => true isSa
【文件预览】:
is-same-origin-master
----.gitignore(50B)
----package.json(1KB)
----src()
--------index.js(832B)
--------index-with-polyfill.js(93B)
----LICENSE(1KB)
----CHANGELOG.md(376B)
----rollup.config.js(887B)
----README.md(1KB)
----test()
--------index.js(1KB)
----.editorconfig(209B)