* Same as `transformRequest` but only warm up the URLs so the next request * will already be cached. The function will never throw as it handles and * reports errors internally.
(url: string, options?: TransformOptions)
| 365 | * reports errors internally. |
| 366 | */ |
| 367 | warmupRequest(url: string, options?: TransformOptions): Promise<void> |
| 368 | /** |
| 369 | * Apply vite built-in HTML transforms and any plugin HTML transforms. |
| 370 | */ |
no outgoing calls
no test coverage detected