joe
CDCloudflare Developers
•Created by joe on 9/5/2023 in #workers-help
ReadableStream type error
looks like it was something in my tsconfig, copying the latest one from the template works
6 replies
CDCloudflare Developers
•Created by joe on 9/5/2023 in #workers-help
ReadableStream type error
or it might be the other way round, i'm not familiar with typescript errors, but either way, i'm not sure how to constrain the body to that desired type
6 replies
CDCloudflare Developers
•Created by joe on 9/5/2023 in #workers-help
ReadableStream type error
6 replies
CDCloudflare Developers
•Created by joe on 9/5/2023 in #workers-help
ReadableStream type error
6 replies
CDCloudflare Developers
•Created by joe on 9/5/2023 in #workers-help
ReadableStream type error
Error seems weird because I would've assumed
ReadableStream<Uint8Array>
would fit within ReadableStream<any>
?6 replies