文件名称:callbag-proxy
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-19 08:14:07
JavaScript
呼叫代理 代理对于解决源之间的循环依赖关系很有用。 const proxy = makeProxy ( ) ; // later proxy . connect ( sourceToProxy ) ; npm install callbag-proxy 例子 const makeProxy = require ( 'callbag-proxy' ) ; const sourceB_proxy = makeProxy ( ) ; const sourceA = /* code involving sourceB_proxy */ const sourceB = /* code involving sourceA */ sourceB_proxy . connect ( sourceB ) ;
【文件预览】:
callbag-proxy-master
----index.js(329B)
----test.js(621B)
----package.json(641B)
----LICENSE(1KB)
----package-lock.json(10KB)
----.gitignore(26B)
----README.md(469B)