Skip to content

Commit 2538ee1

Browse files
committed
Small from() operator follow-ups
1 parent a89d7c5 commit 2538ee1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

spec.bs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item
490490
is an {{Observable}}, then return |value|.
491491

492492
1. Issue: Spec the <i><b>From async iterable</b></i> conversion steps which take place before
493-
the iterable conversion steps.
493+
the iterable conversion steps. See <a
494+
href=https://github.com/WICG/observable/issues/191>issue #191</a>.
494495

495496
1. <i id=from-iterable-conversion><b>From iterable</b></i>: Let |iteratorMethod| be [=?=]
496497
[$GetMethod$](|value|, {{%Symbol.iterator%}}).
@@ -546,6 +547,10 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item
546547
{{Subscriber/error()}} method, given |r|.
547548

548549
1. [=exception/Throw=] a {{TypeError}}.
550+
551+
<wpt>
552+
/dom/observable/tentative/observable-from.any.js
553+
</wpt>
549554
</div>
550555

551556
<div algorithm>
@@ -679,7 +684,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
679684
1. Let |sourceObservable| be [=this=].
680685

681686
1. Let |notifier| be the result of <a for=Observable lt="convert to an Observable">
682-
converting</a> |value| to an Observable.
687+
converting</a> |value| to an {{Observable}}.
683688

684689
1. Let |observable| be a [=new=] {{Observable}} whose [=Observable/subscribe callback=] is an
685690
algorithm that takes a {{Subscriber}} |subscriber| and does the following:

0 commit comments

Comments
 (0)