Theli
Theli
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
cheers
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
and all readableStreams probably have this method, I would know if I used JS:)
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
that's the actual part
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
I literally quoted docs to you, you know:)
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
yep, no quotes around cache, i missed it
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
Did it work?
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
instead
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
call text()
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
oh, sorry, I'm stupid, I thought it's json file
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
and await it
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
call json() on the object you are getting
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
It doesn't get converted by JSON.stringify
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
just read the stream, what can I say
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
body would be stream, so you won't see it after serialization
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
get(key, options) Retrieves the R2ObjectBody for the given key containing object metadata and the object body as a , if the key exists, and null if the key does not exist. In the event that a precondition specified in options fails, get() returns an with body undefined.
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
nope
38 replies
CDCloudflare Developers
Created by kugyan on 11/12/2023 in #workers-help
R2
by calling get(key)?
38 replies