mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
force passing a cacheId
This commit is contained in:
@@ -28,7 +28,7 @@ export class Router {
|
||||
this.cachedPages.set(id, page);
|
||||
}
|
||||
|
||||
async navigate(href: string, cacheId?: number): Promise<void> {
|
||||
async navigate(href: string, cacheId: number | undefined): Promise<void> {
|
||||
const thisNavigationId = ++this.lastNavigationId;
|
||||
const olderController = this.lastNavigationController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user