svnlabs / google-caja

Automatically exported from code.google.com/p/google-caja
0 stars 1 forks source link

Caja unable to tame Web Audio Api context and / or node. #1747

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. context = new AudioContext(); // might be context = new webkitAudioContext();
2. var tamedContext = caja.tame(context);
3. tamedContext = undefined

What is the expected output? What do you see instead?
tamedContext = actual tamed Web Audio Context

Additional information.

See this discussion for details: 
https://groups.google.com/forum/?fromgroups#!topic/google-caja-discuss/jycj6hJbX
jg

Web Audio API reference: 
https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html

Original issue reported on code.google.com by janescon...@gmail.com on 25 May 2013 at 11:37

GoogleCodeExporter commented 9 years ago
Hello, anyone here?

Original comment by janescon...@gmail.com on 3 Sep 2013 at 7:24

GoogleCodeExporter commented 9 years ago

Original comment by kpreid@google.com on 7 Nov 2013 at 9:21