()
| 78 | }) |
| 79 | |
| 80 | export function clearWebFetchCache(): void { |
| 81 | URL_CACHE.clear() |
| 82 | DOMAIN_CHECK_CACHE.clear() |
| 83 | } |
| 84 | |
| 85 | // Lazy singleton — defers the turndown → @mixmark-io/domino import (~1.4MB |
| 86 | // retained heap) until the first HTML fetch, and reuses one instance across |
no test coverage detected