cloudinary / cloudinary_js

Cloudinary JavaScript library
MIT License
328 stars 224 forks source link

Fix transparent video on safari 14.1 by using fetch instead of XHR #282

Closed ghost closed 2 years ago

ghost commented 2 years ago

Brief Summary of Changes

This pr fixes a bug where transparent video did not work in safari 14.1. The pr changes the getBlobFromURL() to prefer usage of the fetch function over XHR, which works on safari 14.1.