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
chipilov
02/20/2022, 6:33 PM
either way - you can try and see if you can just use then(data => console.log(data))
p
PixelPage ᶠᵒˡᶤᶻᶻᵃ
02/20/2022, 6:40 PM
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