Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/main/scala/org/scalajs/dom/raw/Audio.scala
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ trait AudioBufferSourceNode extends AudioNode {
/** Is an AudioBuffer that defines the audio asset to be played, or when
* set to the value null, defines a single channel of silence.
*/
@deprecated("Should no longer be used, but will probably still work.", "forever")
var buffer: AudioBuffer = js.native

/** Is an a-rate AudioParam that defines the speed factor at which the
Expand Down