Skip to content

Wrangler 4.x Support #4022

Open
Open
@kingmesal

Description

@kingmesal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions