CesiumGS/cesium

Update zip.js dependency to latest

Fermée

#8 092 ouverte le 20 août 2019

 (3 commentaires) (0 réaction) (0 personne assignée)JavaScript (3 324 forks)batch import
good first issuetype - enhancement

Métriques du dépôt

Stars
 (11 758 étoiles)
Métriques de merge PR
 (Merge moyen 15j 12h) (23 PRs mergées en 30 j)

Description

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.

Guide contributeur