- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
Page(s)
Description
The doc comments for thePage.route handler are out of date, the handler takes either aRoute
or aRoute
and aRequest
as correctly shown by doc info in VS Code on hover:
handler: ((Route) -> Any) | ((Route, Request) -> Any),
The docs site shows
Callable[Route,Request]:Promise[Any] |Any#
So it's missing the one argument version.
Metadata
Metadata
Assignees
Labels
No labels