Barbara88
Barbara88
Explore posts from servers
CDCloudflare Developers
Created by Barbara88 on 5/14/2024 in #workers-help
Promise not working in JS worker
Thanks! managed to get it working using the R2 bindings, i had a small bug when i was trying to do this earlier
8 replies
CDCloudflare Developers
Created by Barbara88 on 5/14/2024 in #workers-help
Promise not working in JS worker
I would like to transition to R2 binding but the documentation on how to get signed urls from the R2 bindings was not as clear as the S3 client doco
8 replies
CDCloudflare Developers
Created by Barbara88 on 5/14/2024 in #workers-help
Promise not working in JS worker
Thanks heaps for that! that makes sense
8 replies
SSolidJS
Created by Barbara88 on 5/5/2024 in #support
Binding to component onClick
thanks heaps
6 replies
SSolidJS
Created by Barbara88 on 5/5/2024 in #support
Binding to component onClick
Thanks! I am passing down a function from the parent component now, the prop has the type clickFunc: () => void and binding to it using onClick={props.clickFunc} in the child function. Just wanted to check that is the best way to do it?
6 replies