mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
Add comment
This commit is contained in:
@@ -385,6 +385,8 @@ export default {
|
||||
l.layer.abort = new AbortController();
|
||||
const signal = l.layer.abort.signal;
|
||||
|
||||
// Firing all refresh events asynchronously, which is OK provided
|
||||
// we don't have hundreds of layers to be refreshed.
|
||||
this.api([l.url(query), {signal}])
|
||||
.then( (layer) => {
|
||||
if (!layer) {
|
||||
|
||||
Reference in New Issue
Block a user