Package

io.scalajs.npm

streamthrottle

Permalink

package streamthrottle

Visibility
  1. Public
  2. All

Type Members

  1. class Throttle extends Transform

    Permalink

    Throttle creates a single throttled stream, based on stream.Transform.

    Throttle creates a single throttled stream, based on stream.Transform.

    Annotations
    @RawJSType() @native() @JSImport( "stream-throttle" , "Throttle" )
  2. class ThrottleGroup extends Object

    Permalink

    ThrottleGroup allows the creation of a group of streams whose aggregate bandwidth is throttled.

    ThrottleGroup allows the creation of a group of streams whose aggregate bandwidth is throttled. The constructor accepts the same opts argument as for Throttle. Call throttle on a ThrottleGroup object to create a new throttled stream belonging to the group.

    Annotations
    @RawJSType() @native() @JSImport( "stream-throttle" , "ThrottleGroup" )
  3. class ThrottleOptions extends Object

    Permalink

    Throttle Options

    Throttle Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Ungrouped