I am trying to use biri on my browser (vanilla javascript) I am following the tutorial but I have an error saying I can't use the await statement.
I've tried to create a async function to return the uniqueId but it return a promise object. I am struggle since more than a hour to get this uniqueId.
Any suggestion ?