implement worker without proxies for better compatibility with old devices
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
callback(entry);
|
||||
});
|
||||
},
|
||||
{rootMargin: '25%'});
|
||||
{
|
||||
rootMargin: '50%',
|
||||
threshold: 0
|
||||
});
|
||||
|
||||
this.observer = observer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user