(window)
| 321 | * @param {!Window} window |
| 322 | */ |
| 323 | export function installPreconnectService(window) { |
| 324 | registerServiceBuilder(window, 'preconnect', PreconnectService); |
| 325 | } |
| 326 | |
| 327 | /** |
| 328 | * Preconnects to the source URL and canonical domains to make sure |
no test coverage detected