Y
Hacker News
new
|
ask
|
show
|
jobs
by
nullzzz
4901 days ago
That's interesting! Do you have an idea how they implemented bindings between arbitrary JS objects? Polling?
1 comments
stu_k
4901 days ago
It uses ES5 getters and setters to replace the property and react to changes. This is what makes it realtime, after the set all bound properties will have their new values.
link