Smart TV market:
General Smart TV development resources:
- webOS TV developer site.
- Samsung TV developer site.
- Tizen TV developer site.
- "Awesome list" 1 and 2.
| let cache = new Map(); | |
| let pending = new Map(); | |
| function fetchTextSync(url) { | |
| if (cache.has(url)) { | |
| return cache.get(url); | |
| } | |
| if (pending.has(url)) { | |
| throw pending.get(url); | |
| } |
Smart TV market:
General Smart TV development resources:
Procrastination:
Understanding your goals: