@@ -1280,6 +1280,10 @@
The readProperty() method
1280
1280
Let |interaction| be the value of [[\td]]'s |properties|'s
1281
1281
|propertyName|.
1282
1282
li >
1283
+ < li >
1284
+ If |interaction| is < code > undefinedcode > , reject |promise| with a {{NotFoundError}}
1285
+ and abort this steps.
1286
+ li >
1283
1287
< li >
1284
1288
If |option|'s |formIndex| is defined, let |form| be the
1285
1289
< a > Forma > associated with |formIndex| in |interaction|'s |forms|
@@ -1452,6 +1456,10 @@
The writeProperty() method
1452
1456
Let |interaction| be the value of [[\td]]'s |properties|'s
1453
1457
|propertyName|.
1454
1458
li >
1459
+ < li >
1460
+ If |interaction| is < code > undefinedcode > , reject |promise| with a {{NotFoundError}}
1461
+ and abort this steps.
1462
+ li >
1455
1463
< li >
1456
1464
If |option|'s |formIndex| is defined, let |form| be the
1457
1465
< a > Forma > associated with |formIndex| in |interaction|'s |forms|
@@ -1613,6 +1621,10 @@
The observeProperty() method
1613
1621
If |subscription|'s [[\form]] is failure, reject |promise| with a
1614
1622
{{SyntaxError}} and abort these steps.
1615
1623
li >
1624
+ < li >
1625
+ If |subscription|'s [[\interaction]] is < code > undefinedcode > , reject |promise| with a {{NotFoundError}}
1626
+ and abort this steps.
1627
+ li >
1616
1628
ul >
1617
1629
li >
1618
1630
< li >
@@ -1683,6 +1695,10 @@
The invokeAction() method
1683
1695
Let |interaction| be the value of [[\td]]'s |actions|'s
1684
1696
|actionName|.
1685
1697
li >
1698
+ < li >
1699
+ If |interaction| is < code > undefinedcode > , reject |promise| with a {{NotFoundError}}
1700
+ and abort this steps.
1701
+ li >
1686
1702
< li >
1687
1703
If |option|'s |formIndex| is defined, let |form| be the
1688
1704
< a > Forma > associated with |formIndex| in |interaction|'s |forms|
@@ -1764,6 +1780,10 @@
The subscribeEvent() method
1764
1780
If |subscription|'s [[\form]] is failure, reject |promise| with a
1765
1781
{{SyntaxError}} and abort these steps.
1766
1782
li >
1783
+ < li >
1784
+ If |subscription|'s [[\interaction]] is < code > undefinedcode > , reject |promise| with a {{NotFoundError}}
1785
+ and abort this steps.
1786
+ li >
1767
1787
ul >
1768
1788
li >
1769
1789
< li >
0 commit comments