Bug 187453 - [GTK] WebAudio not work
Summary: [GTK] WebAudio not work
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-08 16:46 PDT by antoyo
Modified: 2018-07-14 06:35 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description antoyo 2018-07-08 16:46:57 PDT
Hi.
The WebAudio does not seem to work.
I enable it with webkit_settings_set_enable_webaudio(true) but I still see this in the JavaScript console:

ReferenceError: Can't find variable: AudioContext

I use the webkit2gtk version 2.20.3.

Thanks to fix this issue.
Comment 1 Philippe Normand 2018-07-14 02:43:40 PDT
It's prefixed. Try `webkitAudioContext`