文件名称:flyd-sampleon:Flyd 的 sampleOn
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-02 13:34:43
JavaScript
飞行样品 Flyd 的 sampleOn。 每次在第一个流上发生事件时从第二个流中采样。 签名 Stream a -> Stream b -> Stream b 用法 // Assume `sendBtnClicked` emits whenever a send button is pressed and // `messageText` is a stream of the current content of an input field. // Then `sendMessage` emits the content of the text field whenever the button // is pressed. var sendMessage = sampleOn ( sendBtnClicked , messageText ) ;
【文件预览】:
flyd-sampleon-master
----package.json(587B)
----LICENSE(1KB)
----README.md(488B)
----test()
--------index.js(851B)
----sampleon.js(147B)