mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Throw errors for invalid values in panner node constructor
This commit is contained in:
parent
1ee3deea27
commit
303b62ae8d
2 changed files with 25 additions and 8 deletions
|
@ -45,7 +45,7 @@ interface PannerNode : AudioNode {
|
|||
readonly attribute AudioParam orientationY;
|
||||
readonly attribute AudioParam orientationZ;
|
||||
attribute DistanceModelType distanceModel;
|
||||
attribute double refDistance;
|
||||
[SetterThrows] attribute double refDistance;
|
||||
[SetterThrows] attribute double maxDistance;
|
||||
[SetterThrows] attribute double rolloffFactor;
|
||||
attribute double coneInnerAngle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue