Circular dependency between offline.Storage and offline.DownloadManager #431
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
In #421, Andy is trying to upgrade us to a newer compiler. That compiler caught this circular dependency as a missing goog.require.
offline.Storage requires offline.DownloadManager, but DownloadManager has this:
We should clean up this cycle.
The text was updated successfully, but these errors were encountered: