Interface dataHandler

Represents the callback function used to handle data events.

interface dataHandler ((data) => void)
  • Parameters

    • data: Uint8Array

      The processed chunk of data.

    Returns void