-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathroadmap.txt
42 lines (18 loc) · 794 Bytes
/
roadmap.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Implementation
1. Rewrite build from and include jQuery.Deferred objects
2. DRY out host api/polyfill implementation
Should use same message handler
3. Custom events for event source messages
Error Handling
1. Cache errors, when we've reached a "boil over" - terminate
After 1st error...
5XX, slow down and listen, if errors continue
404, kill it
2. Server decision?
Fail after ten minutes of continuous failure
3. 2 Failures, Terminate, Restart.
> dev hook return true, set timeout restart; return false kill it.
4. End developer control, via custom events fired "on error"
JSONP Support
1. stream labels to create NAMED callbacks for script tag creation
Use Cases: dropping your "updater" functionality into any remote location