File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,8 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item
490
490
is an {{Observable}} , then return |value|.
491
491
492
492
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> .
494
495
495
496
1. <i id=from-iterable-conversion><b> From iterable</b></i> : Let |iteratorMethod| be [=?=]
496
497
[$GetMethod$] (|value|, {{%Symbol.iterator%}} ).
@@ -546,6 +547,10 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item
546
547
{{Subscriber/error()}} method, given |r|.
547
548
548
549
1. [=exception/Throw=] a {{TypeError}} .
550
+
551
+ <wpt>
552
+ /dom/observable/tentative/observable-from.any.js
553
+ </wpt>
549
554
</div>
550
555
551
556
<div algorithm>
@@ -679,7 +684,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
679
684
1. Let |sourceObservable| be [=this=] .
680
685
681
686
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}} .
683
688
684
689
1. Let |observable| be a [=new=] {{Observable}} whose [=Observable/subscribe callback=] is an
685
690
algorithm that takes a {{Subscriber}} |subscriber| and does the following:
You can’t perform that action at this time.
0 commit comments