Click here to download the Blitz Browser!

WPT

wpt / dom / observable / tentative / observable-takeUntil.any.html

Spec: DOM ↗

Runs: Chrome 155.0.8041.0 (wpt@4a01b83e3, 2026-09-04) | Firefox 157.0a1 (wpt@e7122b73f, 2026-09-04) | Safari 251 preview (wpt@2c385f65e, 2026-09-04) | Ladybird 1.0-70fb3 (wpt@4a01b83e3, 2026-09-04) | Servo Servo 0.6 (wpt@2c385f65e, 2026-09-04) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total12/120/120/120/120/12NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
takeUntil subscribes to source Observable and mirrors it uninterruptedPASSFAILFAILFAILFAIL
takeUntil subscribes to notifierPASSFAILFAILFAILFAIL
takeUntil: notifier next() unsubscribes from notifierPASSFAILFAILFAILFAIL
takeUntil: notifier error() unsubscribes from notifierPASSFAILFAILFAILFAIL
takeUntil: notifier throw Error unsubscribes from notifierPASSFAILFAILFAILFAIL
takeUntil: notifier next() unsubscribes from notifier & source observablePASSFAILFAILFAILFAIL
takeUntil()'s AbortSignal unsubscribes from notifier & source observablePASSFAILFAILFAILFAIL
takeUntil: source never subscribed to when notifier synchronously emits a valuePASSFAILFAILFAILFAIL
takeUntil: source never subscribed to when notifier synchronously emits errorPASSFAILFAILFAILFAIL
takeUntil: source is uninterrupted when notifier completes, even synchronouslyPASSFAILFAILFAILFAIL
takeUntil() mirrors the source Observable until its first next() valuePASSFAILFAILFAILFAIL
takeUntil: notifier calls `Subscriber#error()` twice; second goes to global error handlerPASSFAILFAILFAILFAIL