tc39 / proposal-observable

Observables for ECMAScript
https://tc39.github.io/proposal-observable/
3.06k stars 90 forks source link

Minor spec bug WRT cleanup in `subscribe` #196

Open dead-claudia opened 6 years ago

dead-claudia commented 6 years ago

In step 16.a, it assigns [[Cleanup]] to the observer object, not the subscription (which is initialized with that field).