Creates a platform-neutral HTTP client for Runner task and event exposure.
Use this client in browser or universal code paths. When you need Node-native
streaming or multipart file support, switch to the Node entrypoint clients.
The impact of choosing this client is portability: the same call site works in
browser-oriented environments, but raw Node streams are intentionally rejected
so unsupported transport behavior fails fast.
Creates a platform-neutral HTTP client for Runner task and event exposure.
Use this client in browser or universal code paths. When you need Node-native streaming or multipart file support, switch to the Node entrypoint clients.
The impact of choosing this client is portability: the same call site works in browser-oriented environments, but raw Node streams are intentionally rejected so unsupported transport behavior fails fast.