keithamus/observable-polyfill
Vedi su GitHubtearDown order needs to be upstream->downstream on consumer-initiated unsubscription
Open
#30 aperta il 30 lug 2025
bughelp wanted
Metriche repository
- Star
- (16 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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