mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
Try to speed up LCP
This commit is contained in:
parent
488762bbce
commit
924c17323d
4 changed files with 58 additions and 52 deletions
|
@ -1,5 +1,5 @@
|
|||
class PersistentStorage {
|
||||
constructor() {
|
||||
static async initiate() {
|
||||
if (!('indexedDB' in window)) {
|
||||
PersistentStorage.logBrowserNotCapable();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue