nodeca / probe-image-size

Get image size without full download. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, SVG, PSD, ICO.
MIT License
978 stars 77 forks source link

TypeError: NetworkError when attempting to fetch resource. #49

Closed FFF0220 closed 3 years ago

FFF0220 commented 3 years ago

hi,here is my code. probe('https://obs-xy-test.obs.cn-east-2.myhuaweicloud.com/5807ad7a07bc4a26a1f4b22d4a33f218.jpeg') .then((res) => { console.log(res); }) .catch((err) => { console.log(err); });

error:TypeError: NetworkError when attempting to fetch resource. browser:FireFox 84.0.1

puzrin commented 3 years ago

Network part is for nodejs and can not be browserified.