CesiumGS/cesium

Update zip.js dependency to latest

Fechada

#8.092 aberto em 20 de ago. de 2019

 (3 comentários) (0 reação) (0 responsável)JavaScript (3.324 forks)batch import
good first issuetype - enhancement

Métricas do repositório

Stars
 (11.758 estrelas)
Métricas de merge de PR
 (Mesclagem média 15d 12h) (23 fundiu PRs em 30d)

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.

Guia do colaborador