cloudworker icon indicating copy to clipboard operation
cloudworker copied to clipboard

Streams allow writes of arbitrary data

Open hankjacobs opened this issue 6 years ago • 0 comments

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.

hankjacobs avatar Dec 22 '18 03:12 hankjacobs