Skip to content

Commit 93217fc

Browse files
committed
feat(docs): add error info to setValueCurveAtTime
1 parent 877f8da commit 93217fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/audiodocs/docs/core/audio-param.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Schedules the parameters's value change following a curve defined by given array
135135
| Error type | Description |
136136
| :---: | :---- |
137137
| `RangeError` | `startTime` is negative number. |
138+
| `NotSupportedError` | there are already scheduled events that fall within the interval $(T, T+D)$ where $T$ is the `startTime` and $D$ is the `duration`. |
138139

139140
#### Returns `AudioParam`.
140141

0 commit comments

Comments
 (0)