Y
Hacker News
new
|
ask
|
show
|
jobs
by
EGreg
3409 days ago
Why not make their javascript run in WebWorkers and provide a DOM-like interface for all the things? That way you can kill infinite loops etc.
1 comments
lionleaf
3409 days ago
That's something I've been thinking about. Webworkers don't have direct access to the Canvas though, but it seems like you can work around that by passing image data. Killing infinite loops would be great
link