sanyaade-g2g-repos / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

Design choice of compiling synchronous is dangerous #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In your functions "todo", you have Skulpt.compileUrl which is synchronous
which is dangerous.
I propose to use a compileUrlAsync which gets both an url and a callback to
prevent browser halting.

Original issue reported on code.google.com by jonathan.schemoul on 9 Sep 2009 at 12:54

GoogleCodeExporter commented 9 years ago
a tentative implementation can be found there :
http://code.google.com/p/skulpt/issues/detail?id=33

Original comment by jonathan.schemoul on 9 Sep 2009 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by sgraham on 12 Sep 2009 at 1:57

GoogleCodeExporter commented 9 years ago
not implemented yet, but placeholder now reflects better api

Original comment by sgraham on 16 Sep 2009 at 5:36