mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Now that we support audio, we can start correctly reporting we support certain audio mime types! Required by certain sites like Gartic Phone, which fails to load audio because we didn't return a non-empty string for `audio/mpeg`: ``` "https://garticphone.com/sounds/turnundefined", Error: Load failed: 404 ``` ```js (new Audio).canPlayType("audio/mpeg") && (this._extension = ".mp3"), ```
94 KiB
94 KiB