louis
louis
It'll work if adding encode() (default code is "ascii"): decoded_sig = base64url_decode(encoded_sig.encode()) key.verify(message.encode(), decoded_sig) But does the code or the document need a fix?
In my case, the Web Vitals Page has only INP score and it shows no data for LCP, FCP, CLS, TTFB. It shows only`>` in the list of page there....
@Lms24 thanks, you are correct, I removed @sentry/tracing and the Web Vitals Page now looks ok.
It still not work. But with html5 audio, we have 2 ways: Method 1: On Suspend Event: `audio.addEventListener('suspend', function(){})` Method 2: Catch play() ``` async audioPlay(audio) { var canPlay =...