/dom/observable/tentative/observable-catch.any.html| status | subtest | message |
|---|---|---|
| FAIL | catch(): Returns an Observable that is a pass-through for next()/complete() | Observable is not defined |
| FAIL | catch(): Handle errors from source and flatten to a new Observable | Observable is not defined |
| FAIL | catch(): Errors thrown in the catch() callback are sent to the consumer's error handler | Observable is not defined |
| FAIL | catch(): CatchHandler can return an empty iterable | Observable is not defined |
| FAIL | catch(): CatchHandler can return a Promise | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | catch(): should handle returning an async iterable | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | catch(): CatchHandler emits an error if the value returned is not convertible to an Observable | Observable is not defined |
| FAIL | catch(): CatchHandler returns an Observable that throws immediately on subscription | Observable is not defined |
| FAIL | catch(): Abort order between outer AbortSignal and inner CatchHandler subscriber's AbortSignal | Observable is not defined |
bundle built 2026-07-16T07:16:48.063Z