Amazon Vinyl
    Preparing search index...

    Class SegmentDataSlot

    A SegmentSlot is a holder for a segment buffer. It may be requested, cleared, and its status observed.

    Implements

    Index
    onStatusChange: (() => void) | null = null

    Called when the status has changed.

    • Begins the segment request now if it has not already been requested. The promise returned will settle after this slot's status has updated and onStatusChange callback invoked.

      Returns Promise<ArrayBuffer>