The App the ManagerItem is attached to
URLs to ignore caching
The Config of the App the ManagerItem is attached to
The EventEmitter of the App the ManagerItem is attached to
The key to where ManagerItem is stored in an AdvancedManager
Stores all fetch requests that are currently loading
The AdvancedManager the ManagerItem is attached to
Called on start of Service
Called before the start of a Service, represents a constructor of sorts
Initialize events
Instantiate pages, and add the current page to pages
Load from cache or by requesting URL via a fetch request, avoid requesting for the same thing twice by storing the fetch request in "this.loading"
Register the current Manager Item's manager
Starts a fetch request
Stop Service
Stop events
Run before the ManagerItem has been unregistered
Basically removes a ManagerItem, in order to recover the ManagerItem, it needs to be re-added to an AdvancedManager
Generated using TypeDoc
Controls which page to load