Use Cache API to cache binary sequence data.

This speeds up loading when the user moves away from and then
revisits the map tab.

NOTE: As of this commit, there is no way to refresh or invalidate
the cache.
This commit is contained in:
D. Berge
2025-07-27 11:15:09 +02:00
parent 05eed7ef26
commit c0ae033de8

View File

@@ -486,7 +486,7 @@ export default {
}
};
self.api([url, init, cb]);
self.api([url, init, cb, {cache: true}]);
});
}