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
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Recently I run into an issue of crashing window.
After further investigation I've found the hitting either [song] or [range] button spawns workers infinitely. The code which spawns workers can be found in the player.js
Probable solution
Just terminate unused workers by .terminate() or use only several of them to do the job.
Platform
Google Chrome Version 72.0.3626.109 (Official Build) (64-bit)
Chrome Devtools screenshot.
Description
Recently I run into an issue of crashing window.
After further investigation I've found the hitting either [song] or [range] button spawns workers infinitely. The code which spawns workers can be found in the player.js
Probable solution
Just terminate unused workers by
.terminate()or use only several of them to do the job.Platform