synacor/wiretie

Add ability to refresh() a single or array of prop rather than all props

Open

#3 建立於 2017年6月6日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (499 star) (30 fork)batch import
enhancementhelp wanted

描述

The current refresh() method refreshes all props, which could be quite inefficient if there are many wired up and you only need a subset of them refreshed. Would be useful if it could handle something like refresh('prop1') or refresh(['prop1', 'prop2'])

貢獻者指南