A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
854
stars
40
forks
source link
Implement `setInterval` functions & Fix timers memory bug #311
Closed
Xmader closed 7 months ago
Implement
setInterval
/clearInterval
global functions See MDN and the specFix a memory bug that limits the number of
setTimeout
/setInterval
timers could be runFix
pmjs -e
/pmjs -p
not being able to call functions that require the event-loopCloses https://github.com/Distributive-Network/PythonMonkey/issues/266