You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dom/src/main/scala/org/scalajs/dom/Audio.scala
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ package org.scalajs.dom
9
9
importscala.scalajs.js
10
10
importscala.scalajs.js.annotation._
11
11
12
-
/** creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with and/or listen to, or can be used offscreen to manage and play audio. */
12
+
/** creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with
13
+
* and/or listen to, or can be used offscreen to manage and play audio.
0 commit comments