* Configures `ChunkManager` to be able to resolve location of additional * chunks (or arbitrary code) in production. * Optionally, it also allows to set up caching to avoid over-fetching of chunks. * * @param config Configuration options.
(config: ChunkManagerConfig)
| 58 | * @param config Configuration options. |
| 59 | */ |
| 60 | static configure(config: ChunkManagerConfig) { |
| 61 | ChunkManager.backend.configure(config); |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * Resolves a URL to a given chunks and whether to download a chunk |
no outgoing calls
no test coverage detected