Closed ghost closed 2 years ago
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.
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.