mapbox/mapbox-gl-js

Do not handle video loading errors

オープン

#5,646 opened on 2017/11/10

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2,203 件のフォーク)batch import
api :memo:good first issue

Repository metrics

Stars
 (10,532 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド