RivetKit JavaScript Client Use this skill when building JavaScript clients (browser, Node.js, or Bun) that connect to Rivet Actors with . First Steps 1. Install the client (latest: 2.3.0-rc.5) 2. Create a client with and call actor actions. Error Handling Policy - Prefer fail-fast behavior by default. - Avoid unless absolutely needed. - If a is used, handle the error explicitly, at minimum by logging it. Getting Started See the backend quickstart guide for getting started. Minimal Client Stateless vs Stateful Getting Actors Connection Parameters Use for static connection parameters. Use when…