Bug: Missing API in codegen - Server.cleanFinishedDownloads
-
@ustk I sometimes get this error but if I move the function somewhere else the error goes. Try putting it in on init and see if the error vanishes magically.
-
@d-healey That's a strange one!
But this is something we need to invoke when we want right? not to set once for all...
At the moment I call it when all downloads are done and it sits in an external .js -
@ustk Oh yeah there's definitely a bug, but it's not that the function is missing from the API, it's something else.
See if you can create a minimal snippet that demonstrates the issue consistently.