WPT
wpt / dom / observable / tentative / observable-inspect.any.worker.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@7e3d005d7, 2026-09-03) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 13/13 | 0/13 | 0/13 | 0/13 | 0/13 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| inspect(): Provides a pre-subscription subscribe callback | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Provides a way to tap into the values and completions of the source observable using an observer | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): ObserverCallback passed in | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Provides a way to tap into the moment a source observable is unsubscribed from | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from | PASS | FAIL | FAIL | FAIL | FAIL | — |
| inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs | PASS | FAIL | FAIL | FAIL | FAIL | — |