Skip to content

Verify the Actor run input is typed the way we want #1054

Description

@vdusek

#1040 typed the Actor run input as ActorInput, an alias for object. Before 3.0 ships, confirm that alias is what we want and settle the two loose ends it left.

  • contentType is still supported. The option stayed, and its docs now describe form-encoding an object. If non-JSON Actor input is being sunset, the option should go with it.
  • object is wider than "an object or an array". A Date compiles and posts a JSON string, a Map or a Set posts {}, and a bare function throws inside axios before any request is sent.

✍️ Drafted by Claude Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions