Closed anthumchris closed 4 years ago
Web worker was introduced to decode WAV. Ensure all errors occurring in worker are propagated to the main ReadableStreamDefaultReader.read() caller.
ReadableStreamDefaultReader.read()
Fixed via https://github.com/AnthumChris/fetch-stream-audio/blob/master/src/js/modules/audio-stream-player.mjs#L26
Web worker was introduced to decode WAV. Ensure all errors occurring in worker are propagated to the main
ReadableStreamDefaultReader.read()
caller.