You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Chrome tries to load the metatags for FLAC using an arraybuffer, the browser locks up (stopping all music playback, generally being non-responsive to any user input etc). This problem does not happen when the responseType is set to "blob". Chrome 56 64-bit, Windows 10 64-bit, using the prepackaged file and the code from the browser example.
The text was updated successfully, but these errors were encountered:
It can be visualized by adding an animated GIF to the page, as it will stop playing while it is processing.
It seems to only happen when the file is non-local.
When Chrome tries to load the metatags for FLAC using an arraybuffer, the browser locks up (stopping all music playback, generally being non-responsive to any user input etc). This problem does not happen when the responseType is set to "blob". Chrome 56 64-bit, Windows 10 64-bit, using the prepackaged file and the code from the browser example.
The text was updated successfully, but these errors were encountered: