BandcampEnhancementSuite icon indicating copy to clipboard operation
BandcampEnhancementSuite copied to clipboard

Waveform Backend can be Abstracted as a generic Fetch Handler

Open sabjorn opened this issue 2 years ago • 0 comments

We have to move the audio processing out this class anyways because migration to "service workers" prevents the use of Offline Audio Processing.

The only issue is that the response from Fetch is not guaranteed to be of a specific type and so returning response.json() fails for some types of data.

sabjorn avatar Jul 07 '22 01:07 sabjorn