synacor/wiretie

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

Open

#3 opened on 2017年6月6日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)JavaScript (499 stars) (30 forks)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'])

コントリビューターガイド

Add ability to refresh() a single or array of prop rather than all props · synacor/wiretie#3 | Good First Issue