* Instructs the resource to re-load any asynchronous dependency it may have. * * Note that the resource will not enter its reloading state until the actual backend request is * made. * * @returns true if a reload was initiated, false if a reload was unnecessary or unsupported
()
| 159 | * @returns true if a reload was initiated, false if a reload was unnecessary or unsupported |
| 160 | */ |
| 161 | reload(): boolean; |
| 162 | } |
| 163 | |
| 164 | /** |
no outgoing calls
no test coverage detected