not sure what to tell you - I guess either the JS ...
# help
c
not sure what to tell you - I guess either the JS code you fetch from jsdeliver is an older version of the JS client or the Deno runtime imposes some restrictions on what you can call with await
either way - you can try and see if you can just use then(data => console.log(data))
p
I wrote my own library for deno haha i also had some things that i didn't found so well on the official js client
Url: https://deno.land/x/supabase_deno (Currently only Databases without RLS mode)