When page a uses GLTFLoader to load glb (24mb), quickly switch to page b. At this time GLTFLoader is still loading, and then I switch back and forth 2-3 times, and it will crash on the mobile terminal.
I tried to use a singleton to cache the return value of GLTFLoader so that it would not call GLTFLoader every time, but it would still crash.
New contributor
user24173533 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.