@ceeblue/web-utils
    Preparing search index...

    Class WebVttTransformStreamBeta

    WebVTT transform stream.

    Hierarchy

    Index

    Constructors

    Properties

    Constructors

    • Beta

      Parameters

      • OptionalwritableStrategy: QueuingStrategy<string>
      • OptionalreadableStrategy: QueuingStrategy<WebVttResult>

      Returns WebVttTransformStream

    Properties

    readable: ReadableStream<WebVttResult>

    The readable read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream.

    MDN Reference

    writable: WritableStream<string>

    The writable read-only property of the TransformStream interface returns the WritableStream instance controlled by this TransformStream.

    MDN Reference