..
CDCloudflare Developers
•Created by .. on 7/30/2024 in #pages-help
TypeError: Inter-TransformStream ReadableStream.pipeTo() is not implemented
In case anyone stumbles upon this, I resolved this issue by adding this line to
wrangler.toml
:
I'm not sure what the minimum compatibility date is, but the default must be relatively old to not support the missing pipeTo
method.2 replies