mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Require default dictionary value for optional dicts
This commit is contained in:
@@ -16,7 +16,7 @@ dictionary AudioBufferSourceOptions {
|
||||
};
|
||||
|
||||
[Exposed=Window,
|
||||
Constructor (BaseAudioContext context, optional AudioBufferSourceOptions options)]
|
||||
Constructor (BaseAudioContext context, optional AudioBufferSourceOptions options = {})]
|
||||
interface AudioBufferSourceNode : AudioScheduledSourceNode {
|
||||
[Throws] attribute AudioBuffer? buffer;
|
||||
readonly attribute AudioParam playbackRate;
|
||||
|
||||
Reference in New Issue
Block a user