Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Streams allow writes of arbitrary data #27

Open
hankjacobs opened this issue Dec 22, 2018 · 0 comments
Open

Streams allow writes of arbitrary data #27

hankjacobs opened this issue Dec 22, 2018 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@hankjacobs
Copy link
Contributor

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 hankjacobs added the help wanted Extra attention is needed label Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant