Jökull Sólberg
Explore posts from serversCDCloudflare Developers
•Created by kingmesal on 5/20/2024 in #workers-help
Toucan API - Correct way to use it?
There's ongoing work: https://github.com/robertcepa/toucan-js/pull/234
2 replies
DTDrizzle Team
•Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
Screenshot of hover?
16 replies
DTDrizzle Team
•Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
so you don't need it, just leave it out
16 replies
DTDrizzle Team
•Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
so if you call typeof on a function you wrap it in returntype to get the return of the function --- however in your case above you're calling returntype on a result, not a function
16 replies
DTDrizzle Team
•Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
typeof
basically "yanks" a runtime thing into the type level above it (that's how I think about it)16 replies
DTDrizzle Team
•Created by Cory on 6/20/2023 in #help
Is there a way to save the generated response Type from a query?
and call it like this
getItemOrder.prepare()
16 replies