([r, f])
| 271 | pageLoader = new PageLoader(initialData.buildId, prefix) |
| 272 | |
| 273 | const register: RegisterFn = ([r, f]) => |
| 274 | pageLoader.routeLoader.onEntrypoint(r, f) |
| 275 | if (window.__NEXT_P) { |
| 276 | // Defer page registration for another tick. This will increase the overall |
| 277 | // latency in hydrating the page, but reduce the total blocking time. |
no test coverage detected