Add more ignored errors

This commit is contained in:
Ilya Ig. Petrov 2017-06-03 23:46:10 +05:00
parent 99d5a27f2d
commit 9728db3467

View File

@ -32,6 +32,8 @@
if (!that.ifCollecting || [
'net::ERR_BLOCKED_BY_CLIENT',
'net::ERR_ABORTED',
'net::ERR_CACHE_MISS',
'net::ERR_INSUFFICIENT_RESOURCES',
].includes(details.error) ) {
return;
}