A SetMultiMap linking identifiers to a set of WebSockets. An extension of WrappedSetMultiMap to make sure Components.js allows us to create this in the config, as WrappedSetMultiMap has a constructor not supported.

Hierarchy

Implements

Constructors

Properties

[toStringTag]: "WrappedSetMultiMap" = 'WrappedSetMultiMap'

Accessors

Methods

  • Returns all values stored for the given key. Returns undefined if there are no values for this key.

    Parameters

    • key: string

    Returns undefined | ReadonlySet<WebSocket>