Skip to content

Commit

Permalink
feat: add activeSubscriptions and activeObservations to ConsumedThing…
Browse files Browse the repository at this point in the history
… internal slot
  • Loading branch information
relu91 committed Dec 2, 2021
1 parent a910a49 commit 82a7c9c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ <h2>The <dfn>ConsumedThing</dfn> interface</h2>
Meanwhile, use the <code>writeMultipleProperties()</code> method instead.
</p>
<section>
<h4>Internal slots for ConsumedThing</h4>
<h4>Internal slots for {{ConsumedThing}}</h4>
<p>
A {{ConsumedThing}} object has the following <a>internal slots</a>:
</p>
Expand All @@ -1213,6 +1213,16 @@ <h4>Internal slots for ConsumedThing</h4>
<td>`null`</td>
<td>The <a>Thing Description</a> of the {{ConsumedThing}}.</td>
</tr>
<tr>
<td><dfn>[[\activeSubscriptions]]</dfn></td>
<td>`{}`</td>
<td>A {{Set}} containing the names of active {{Subscription}}'s for an <a>Event</a></td>
</tr>
<tr>
<td><dfn>[[\activeObservations]]</dfn></td>
<td>`{}`</td>
<td>A {{Set}} containing the names of active {{Subscription}}'s for an <a>Property</a></td>
</tr>
</tbody>
</table>
</section>
Expand Down

0 comments on commit 82a7c9c

Please sign in to comment.