Ether.js:简单且不可见的 JavaScript 模型

时间:2024-07-21 01:20:28
【文件属性】:

文件名称:Ether.js:简单且不可见的 JavaScript 模型

文件大小:31KB

文件格式:ZIP

更新时间:2024-07-21 01:20:28

JavaScript

概述 根据 19 世纪物理学家的说法,发光的以太是无法检测到的光传播介质。 ether.js 的目标是成为一种不可检测的媒介,用于在 JavaScript 应用程序中传播数据。 Ether 允许您在任何普通 JavaScript 对象上获取数据更改事件。 例如: var book = { title : "Moby Dick" , inStock : true } ; Ether . onChange ( book , { inStock : function ( ) { if ( ! this . inStock ) alert ( this . title + " has sold out" ) ; else alert ( "A shipment containing " + this .


【文件预览】:
Ether.js-master
----.gitignore(1B)
----src()
--------registry.js(3KB)
--------registrar.js(8KB)
--------console.js(7KB)
--------ether.js(71KB)
----LICENSE(1KB)
----README.md(6KB)
----test()
--------event-tests.js(11KB)
----devtools_patches()
--------getProperties35_patched.txt(2KB)
--------ConsoleDispatcher35_original.txt(617B)
--------ConsoleDispatcher35_patched.txt(735B)
--------getProperties35_compressed.txt(756B)
--------getProperties35_original.txt(1KB)
--------ConsoleDispatcher35_compressed.txt(550B)

网友评论