LibWeb: Implement OfflineAudioContext #224
Labels
enhancement
New feature or request
reduction of web content
Issue has a simplified reduction based on real-world web content.
web compatibility
Required by Cloudflare Turnstile's fingerprinting. It checks for the existence of OfflineAudioContext and, if that doesn't exist, webkitOfflineAudioContext. If neither exist, it returns from the AudioContext fingerprinting test but fails to progress the challenge runner to the next test, causing it to indefinitely lock-up. (Side note, this seems to be a bug in the challenge runner, as it progresses the runner for other things not existing such as fetch, which arrived to the web platform after OfflineAudioContext)
Reduced from Turnstile:
The text was updated successfully, but these errors were encountered: