mapbox/mapbox-gl-js

Do not handle video loading errors

Open

#5.646 aberto em 10 de nov. de 2017

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (2.203 forks)batch import
api :memo:good first issue

Métricas do repositório

Stars
 (10.532 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

In src/util/ajax.js, getVideo seems not handle any loading errors.

And Also, I think it's useless to return video in the end. We should get video in callback.

https://github.com/mapbox/mapbox-gl-js/blob/master/src/util/ajax.js#L149

Guia do colaborador