cnlohr / channel3

ESP8266 Analog Broadcast Television Interface
Other
1.46k stars 158 forks source link

Fix data.split in modern browsers #36

Open TheSkorm opened 3 years ago

TheSkorm commented 3 years ago

It seems something has changed in modern browsers since this was built. There's no longer a synchronous way of accessing blob data so rather we need to load it into a filereader and add an event listener.

cnlohr commented 1 year ago

This is a significant departure from the existing codebase :-/ it's a little too much for me to stomach here for a legacy project :-/ I will leave this PR open for others. If anyone else comes along and tests it then I would consider keeping it.