mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Implemented type attribute for OscillatorNode interface
This commit is contained in:
parent
6fb7a8cdc7
commit
969d61a17f
2 changed files with 28 additions and 8 deletions
|
@ -24,8 +24,8 @@ dictionary OscillatorOptions : AudioNodeOptions {
|
|||
[Exposed=Window,
|
||||
Constructor (BaseAudioContext context, optional OscillatorOptions options)]
|
||||
interface OscillatorNode : AudioScheduledSourceNode {
|
||||
// [SetterThrows]
|
||||
// attribute OscillatorType type;
|
||||
[SetterThrows]
|
||||
attribute OscillatorType type;
|
||||
|
||||
readonly attribute AudioParam frequency;
|
||||
readonly attribute AudioParam detune;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue