@carto/api-client 0.5.6-alpha.1 → 0.5.6-alpha.bundle.2
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.
- package/build/api-client.cjs +3 -0
- package/build/api-client.cjs.map +1 -1
- package/build/api-client.js +3 -0
- package/build/api-client.js.map +1 -1
- package/build/worker.global.js +19721 -0
- package/build/worker.global.js.map +1 -0
- package/package.json +4 -1
- package/src/widget-sources/widget-tileset-source.ts +4 -0
package/build/api-client.js
CHANGED
|
@@ -7481,6 +7481,9 @@ var WidgetTilesetSource = class extends WidgetSource {
|
|
|
7481
7481
|
}
|
|
7482
7482
|
);
|
|
7483
7483
|
}
|
|
7484
|
+
this._workerImpl.addEventListener("error", (e) => {
|
|
7485
|
+
console.error("widget-tileset-source worker error", e);
|
|
7486
|
+
});
|
|
7484
7487
|
this._workerImpl.postMessage({
|
|
7485
7488
|
method: "init" /* INIT */,
|
|
7486
7489
|
params: [this.props]
|