cloudworker
cloudworker copied to clipboard
Streams allow writes of arbitrary data
Cloudflare Workers through the following exception when you attempt to write arbitrary (non ArrayBuffer) data.
TypeError: TransformStreams may only transport bytes, i.e. ArrayBuffers or ArrayBufferViews. Use as an arbitrary object transport is not implemented.
Cloudworker should do the same.