Open
Description
What is the feature you are proposing?
Hono is WAY behind on wrangler compatability.
Can we get it updated to support wrangler v4?
In the latest worker types it has this new field props
interface ExecutionContext {
waitUntil(promise: Promise<any>): void;
passThroughOnException(): void;
props: any;
}
Not sure if there are any other big lift items, but this is blocking me from upgrading my wrangler.