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
/** All documentation for facades is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API
2
+
* and available under the Creative Commons Attribution-ShareAlike v2.5 or later.
3
+
* http://creativecommons.org/licenses/by-sa/2.5/
4
+
*
5
+
* Everything else is under the MIT License http://opensource.org/licenses/MIT
6
+
*/
7
+
packageorg.scalajs.dom
8
+
9
+
importscala.scalajs.js
10
+
importscala.scalajs.js.annotation._
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. */
0 commit comments