A SetMultiMap linking identifiers to a set of Streaming HTTP streams. 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 (view full)

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<PassThrough>

  • Adds a new element with a specified key and value to the Map. If an element with the same key already exists, the element will be updated.

    Parameters

    • key: string
    • value: PassThrough | ReadonlySet<PassThrough>

    Returns this