* Return the header of the archive, * including information such as tile type, min/max zoom, bounds, and summary statistics.
()
| 896 | * including information such as tile type, min/max zoom, bounds, and summary statistics. |
| 897 | */ |
| 898 | async getHeader() { |
| 899 | return await this.cache.getHeader(this.source); |
| 900 | } |
| 901 | |
| 902 | /** @hidden */ |
| 903 | async getZxyAttempt( |
no outgoing calls
no test coverage detected