I have a JavaScript using the THREE.js
package, I made some changes, saw the error, and undid all of the changes I have made.
However, the following error remained:
Error: WebGL: Exceeded 16 live WebGL contexts for this principal, losing the least recently used one.
A google-search did not reveal something useful (16 hits!).
Anyone has any idea what is going on? Maybe this error has nothing to do with my script, but with the browser itself?