CesiumGS/cesium

Update zip.js dependency to latest

Geschlossen

#8.092 geöffnet am 20.08.2019

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (3.324 Forks)batch import
good first issuetype - enhancement

Repository-Metriken

Stars
 (11.758 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 15T 12h) (23 gemergte PRs in 30 T)

Beschreibung

Per the zip.js devs, Cesium is using an older build and it results in instantiating a new web worker for every file added to a ZIP (!!!), greatly slowing the process. This only showed up recently because the KML exporter is probably the first part of Cesium that needs to make ZIP files.

Contributor Guide