Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/pages-plugins
/ onRequest
Function
onRequest
example/functions/throw.ts:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
const
onRequest: PagesFunction = () => {
2
throw
new
Error(
"Waaa"
);
3
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected