mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-21 22:54:53 +08:00
Try to speed up LCP
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class PersistentStorage {
|
||||
constructor() {
|
||||
static async initiate() {
|
||||
if (!('indexedDB' in window)) {
|
||||
PersistentStorage.logBrowserNotCapable();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user