Try to speed up LCP

This commit is contained in:
schlagmichdoch 2024-06-06 00:53:28 +02:00
parent 488762bbce
commit 924c17323d
4 changed files with 58 additions and 52 deletions

View file

@ -1,5 +1,5 @@
class PersistentStorage {
constructor() {
static async initiate() {
if (!('indexedDB' in window)) {
PersistentStorage.logBrowserNotCapable();
return;