Skip to content

Commit

Permalink
Add WPT links for currently-spec'd APIs (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino authored Feb 24, 2024
1 parent 5a5a427 commit ec12e21
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,11 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item
|subscriber|.
</div>

<wpt>
/dom/observable/tentative/observable-constructor.any.js
/dom/observable/tentative/observable-constructor.window.js
</wpt>


<h3 id=operators>Operators</h3>

Expand Down Expand Up @@ -647,6 +652,11 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
given |sourceObserver| and |options|.

1. Return |observable|.

<wpt>
/dom/observable/tentative/observable-takeUntil.any.js
/dom/observable/tentative/observable-takeUntil.window.js
</wpt>
</div>

<div algorithm>
Expand Down Expand Up @@ -687,6 +697,11 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
given |sourceObserver| and |options|.

1. Return |observable|.

<wpt>
/dom/observable/tentative/observable-map.any.js
/dom/observable/tentative/observable-map.window.js
</wpt>
</div>

<div algorithm>
Expand Down Expand Up @@ -724,6 +739,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
given |sourceObserver| and |options|.

1. Return |observable|.

<wpt>
/dom/observable/tentative/observable-filter.any.js
</wpt>
</div>

<div algorithm>
Expand Down Expand Up @@ -761,6 +780,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
given |sourceObserver| and |options|.

1. Return |observable|.

<wpt>
/dom/observable/tentative/observable-take.any.js
</wpt>
</div>

<div algorithm>
Expand Down Expand Up @@ -795,6 +818,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
given |sourceObserver| and |options|.

1. Return |observable|.

<wpt>
/dom/observable/tentative/observable-drop.any.js
</wpt>
</div>

<div algorithm>
Expand Down Expand Up @@ -855,6 +882,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
and |options|.

1. Return |p|.

<wpt>
/dom/observable/tentative/observable-toArray.any.js
</wpt>
</div>

<div algorithm>
Expand Down Expand Up @@ -930,6 +961,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
and |internal options|.

1. Return |p|.

<wpt>
/dom/observable/tentative/observable-forEach.any.js
</wpt>
</div>

<div algorithm>
Expand Down Expand Up @@ -1029,6 +1064,11 @@ partial interface EventTarget {
1. Run |subscriber|'s {{Subscriber/next()}} method with |event|.
</div>

<wpt>
/dom/observable/tentative/observable-event-target.any.js
/dom/observable/tentative/observable-event-target.window.js
</wpt>


<h2 id=security-and-privacy>Security & Privacy Considerations</h2>

Expand Down

0 comments on commit ec12e21

Please sign in to comment.