@komaci/prefetch 264.4.0 → 266.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -391,7 +391,7 @@ export class PrefetchService {
|
|
|
391
391
|
if (this.adgMap.size > 0) {
|
|
392
392
|
// if all current runs are all done but with addresses left in the adgMap
|
|
393
393
|
// go process them. Schedule via microtask to avoid unbounded synchronous
|
|
394
|
-
// recursion when resolvers complete synchronously
|
|
394
|
+
// recursion when resolvers complete synchronously.
|
|
395
395
|
Promise.resolve().then(() => this.bulkResolveGuard());
|
|
396
396
|
}
|
|
397
397
|
else {
|