keithamus/observable-polyfill
Voir sur GitHubtearDown order needs to be upstream->downstream on consumer-initiated unsubscription
Open
#30 ouverte le 30 juil. 2025
bughelp wanted
Métriques du dépôt
- Stars
- (16 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
About
- wpt test "Teardowns are called in upstream->downstream order on consumer-initiated unsubscription" fails
Expected behavior
- tearDown order:
- "upstream abort handler"
- "upstream teardown. reason: Abort!"
- "middle abort handler"
- "middle teardown. reason: Abort!"
- "downstream abort handler"
- "downstream teardown. reason: Abort!"
Current behavior
- tearDown order:
- "downstream abort handler"
- "middle abort handler"
- "upstream abort handler"
- "upstream teardown. reason: Abort!"
- "middle teardown. reason: Abort!"
- "downstream teardown. reason: Abort!"
How to reproduce
npm run test-serveand inspect wpt test results in the browser