`downloadCompleteQueue` leaks into global scope
eoneill opened this issue · 1 comments
eoneill commented
Not sure exactly where this is happening (I think it's in Communicator), but a stray downloadCompleteQueue
gets leaked onto the window
.
jakobo commented
I'll dig into it. Thanks for reporting
An errant call to self.downloadCompleteQueue
when clearing caches was causing the issue. It'll be fixed in the next release. (non-breaking issue)