Coupe:网页间通信的工具

时间:2024-06-30 22:42:08
【文件属性】:

文件名称:Coupe:网页间通信的工具

文件大小:25KB

文件格式:ZIP

更新时间:2024-06-30 22:42:08

JavaScript

双门轿跑车 Coupe 是一种用于在可能位于不同域上的网页之间进行通信的工具。 它的工作原理是在每个通信框架上打开一个 iframe。 这些页面使用postMessage与 iframe 进行通信。 这些框架使用localStorage在它们之间共享值。 您可以设置和清除值,并绑定到更改这些值时触发的事件。 用法 build/index.html文件和随附的build/iframe.js文件必须部署在某个地方。 如果您希望支持 HTTPS 页面之间的通信,则此位置本身必须支持 HTTPS。 在您希望与之通信的任何页面上包含./client.js ,然后: var client = Coupe . createClient ( { host : "https://bus.eager.io/index.html" // The location of the deployed f


【文件预览】:
Coupe-master
----circle.yml(621B)
----coffee()
--------promise.coffee(272B)
--------iframe.coffee(753B)
--------client.coffee(2KB)
--------store.coffee(1KB)
--------bus.coffee(672B)
--------events.coffee(822B)
----deploy.yaml(106B)
----bower.json(133B)
----html()
--------index.html(93B)
----gulpfile.js(65B)
----build()
--------index.html(93B)
--------js()
----test()
--------tests.coffee(863B)
--------karma.conf.js(325B)
----README.md(1KB)
----client.js(16KB)
----.gitignore(32B)
----gulpfile.coffee(988B)
----package.json(946B)

网友评论