Skip to content

Commit c3b70aa

Browse files
foolipddbeck
andauthored
Add Observable API (#2863)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 6bc9021 commit c3b70aa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

features/draft/spec/observable.yml renamed to features/observable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
draft_date: 2025-04-10
21
name: Observable
3-
description: TODO
2+
description: The `when()` method on a event target returns an `Observable` object, which provides a declarative API for subscribing to and operating on events. It's an alternative to `addEventListener()` callbacks.
43
spec: https://wicg.github.io/observable/
54
compat_features:
65
- api.EventTarget.when
File renamed without changes.

0 commit comments

Comments
 (0)