|
|
|
|
|
by nullzzz
1303 days ago
|
|
This came really handy, as I was in need for a way to run sandboxed user code in a coding game! Another cool thing with WebWorkers is that the code is run in a separate thread and allows you to terminate it if it runs into an infinite loop, for instance. |
|