mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:37:07 +00:00
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:
@@ -486,7 +486,7 @@ export default {
|
||||
}
|
||||
};
|
||||
|
||||
self.api([url, init, cb]);
|
||||
self.api([url, init, cb, {cache: true}]);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user