goldfire / howler.js

Javascript audio library for the modern web.
https://howlerjs.com
MIT License
23.29k stars 2.21k forks source link

fix: old opera detection for three digit version numbers (100+) #1677

Closed ludovicthomas closed 10 months ago

ludovicthomas commented 10 months ago

Issue/Feature

Audio issue because howler.js use a regex to detect if the browser is lower than Opera 33, in that case, it return the error for no codec support. The problem is that opera is now at version 100+ and the regex detect as a version 10 .

See https://github.com/goldfire/howler.js/issues/1670 for more details.

Related Issues

Solution

Use the fork version in our player libs.

Reproduction/Testing

Breaking Changes

N/A