Class BaseSubscriptionSetAbstract

Class representing the common functionality for the SubscriptionSet and MutableSubscriptionSet classes.

SubscriptionSets can only be modified inside a SubscriptionSet.update callback.

The SubscriptionSet is an iterable; thus, the contained Subscriptions can be accessed in for-of loops or spread into an Array for access to the ECMAScript Array API, e.g. [...realm.subscriptions][0].

Hierarchy (view full)

Properties

Accessors

Methods

Generated using TypeDoc