issues
search
tc39
/
proposal-observable
Observables for ECMAScript
https://tc39.github.io/proposal-observable/
3.08k
stars
90
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unsubscribe
#216
Rehu199
closed
1 year ago
0
Support [Symbol.dispose]() for unsubscribe()
#215
WorldMaker
opened
1 year ago
1
Is there any update?
#214
codesculpture
opened
1 year ago
34
Permit unsubscribe to return a promise
#211
conartist6
opened
3 years ago
3
Retain core API and leave operators to user-land libraries
#210
alshdavid
closed
1 year ago
15
Moving to an API with AbortSignal
#209
benlesh
opened
4 years ago
9
Alternative: Pub/Sub
#208
Judahh
opened
4 years ago
0
Syntax Support
#207
loreanvictor
opened
4 years ago
4
Observable should be async
#206
vwkd
opened
4 years ago
5
Reduced API with async/await support
#205
alshdavid
closed
3 years ago
23
Even simpler API
#204
alshdavid
closed
4 years ago
4
End a subscription if a completion token is returned
#203
alshdavid
closed
1 year ago
1
Add `core-js` implementation
#202
zloirock
closed
5 years ago
1
Simplification of Observable API
#201
benlesh
opened
5 years ago
69
Cleanup function should be passed to the SubscriptionObserver
#200
lxsmnsyc
opened
5 years ago
0
[ALTERNATIVE] Proposal for an alternative
#199
lifaon74
opened
5 years ago
0
WIP: Spec fix
#198
dead-claudia
opened
6 years ago
0
`Observable.from` iteration functions incorrectly assume their observer parameter is native
#197
dead-claudia
opened
6 years ago
1
Minor spec bug WRT cleanup in `subscribe`
#196
dead-claudia
opened
6 years ago
0
Why does `Observable.prototype.subscribe` report thrown errors from `observer.start(sub)` asynchronously instead of just propagating them?
#195
dead-claudia
opened
6 years ago
0
`obs.subscribe(next, error, complete)` should bind their callbacks to `undefined` when present
#194
dead-claudia
opened
6 years ago
5
Invalid test based on Interface.
#193
tbremer
opened
6 years ago
1
pipe operator
#192
c69
opened
6 years ago
3
What's the status of this proposal?
#191
dead-claudia
opened
6 years ago
22
Subscribe callback with current value of stateful observables
#190
brianmhunt
opened
6 years ago
16
Additional operators and unit tests
#189
jrobinson01
opened
6 years ago
2
Arguments passed to subscribe - pass through to constructor fn?
#188
bradennapier
opened
6 years ago
0
Proposal: rename 'unsubscribe' to stop, or provide an alias
#187
metabench
opened
6 years ago
7
Minor spec editorial issues
#186
simonbuchan
opened
6 years ago
0
Rename "error/complete" to "end"
#185
staltz
opened
6 years ago
10
Subscription#closed should return boolean, not Boolean
#184
mattflix
opened
6 years ago
7
Proposal: Buffer notifications during subscription initialization
#183
zenparsing
opened
6 years ago
41
Where does the language end, and the framework begin?
#182
jrista
closed
6 years ago
16
Symbol.observable for built-in objects?
#181
alinnert
opened
6 years ago
12
Should Observable implement `Symbol.asyncIterator`?
#180
benlesh
opened
6 years ago
26
Sync/Async compatibility with promises & callbacks
#179
fghibellini
closed
6 years ago
65
Dealing with HostReportError on the server
#178
zenparsing
closed
6 years ago
29
The fail-hard nature of Observable errors lend itself ill-suited for certain applications
#177
dead-claudia
closed
6 years ago
15
`ExecuteSubscriber` should either memoize `unsubscribe` or defer the check
#176
dead-claudia
opened
6 years ago
1
Operator examples
#175
nmuldavin
closed
6 years ago
1
Shouldn't we make Observer interface same as Generator object
#174
psxcode
closed
7 years ago
4
Clarification
#173
vijaiendransv
closed
7 years ago
2
Add test to avoid constructor as function
#172
aicest
closed
7 years ago
0
Transpile to commonjs modules; add main and version to enable requiring.
#171
lrowe
closed
7 years ago
0
Should subscribe's next callback be optional like error/complete callbacks
#170
lrowe
opened
7 years ago
3
Should Observable.from use a brand check to confirm argument is Observable
#169
jhusain
opened
7 years ago
17
Ambiguous signature of Observable.subscribe()
#168
laughinghan
closed
7 years ago
5
Fix Symbol.observable getter tests
#167
lrowe
closed
7 years ago
0
Make npm test work for easy test running
#166
lrowe
closed
7 years ago
0
Boolean type in SubscriptionObserver interface
#165
thepian
opened
7 years ago
1
Next