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
I think Khan Academy's code editor uses WebWorkers to run the code first and check for long-running loops. We could probably do the same except we have to mock away Three.js since it won't be available in the WebWorker context.
The text was updated successfully, but these errors were encountered:
I think Khan Academy's code editor uses WebWorkers to run the code first and check for long-running loops. We could probably do the same except we have to mock away Three.js since it won't be available in the WebWorker context.
The text was updated successfully, but these errors were encountered: