From ec12e21fa0ca557ebe52a92da9f097265ed69268 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Sat, 24 Feb 2024 08:12:55 -0800 Subject: [PATCH] Add WPT links for currently-spec'd APIs (#122) --- spec.bs | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/spec.bs b/spec.bs index 88b90a0..84503eb 100644 --- a/spec.bs +++ b/spec.bs @@ -553,6 +553,11 @@ An internal observer is a [=struct=] with the following [=struct/item |subscriber|. + + /dom/observable/tentative/observable-constructor.any.js + /dom/observable/tentative/observable-constructor.window.js + +

Operators

@@ -647,6 +652,11 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w given |sourceObserver| and |options|. 1. Return |observable|. + + + /dom/observable/tentative/observable-takeUntil.any.js + /dom/observable/tentative/observable-takeUntil.window.js +
@@ -687,6 +697,11 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w given |sourceObserver| and |options|. 1. Return |observable|. + + + /dom/observable/tentative/observable-map.any.js + /dom/observable/tentative/observable-map.window.js +
@@ -724,6 +739,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w given |sourceObserver| and |options|. 1. Return |observable|. + + + /dom/observable/tentative/observable-filter.any.js +
@@ -761,6 +780,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w given |sourceObserver| and |options|. 1. Return |observable|. + + + /dom/observable/tentative/observable-take.any.js +
@@ -795,6 +818,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w given |sourceObserver| and |options|. 1. Return |observable|. + + + /dom/observable/tentative/observable-drop.any.js +
@@ -855,6 +882,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w and |options|. 1. Return |p|. + + + /dom/observable/tentative/observable-toArray.any.js +
@@ -930,6 +961,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w and |internal options|. 1. Return |p|. + + + /dom/observable/tentative/observable-forEach.any.js +
@@ -1029,6 +1064,11 @@ partial interface EventTarget { 1. Run |subscriber|'s {{Subscriber/next()}} method with |event|.
+ + /dom/observable/tentative/observable-event-target.any.js + /dom/observable/tentative/observable-event-target.window.js + +

Security & Privacy Considerations