We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8679507 commit d9e4b81Copy full SHA for d9e4b81
1 file changed
src/audio/AudioContext.js
@@ -10,7 +10,7 @@ class AudioContext {
10
/**
11
* Returns the global native audio context.
12
*
13
- * @return {AudioContext} The native audio context.
+ * @return {Window.AudioContext} The native audio context.
14
*/
15
static getContext() {
16
@@ -27,7 +27,7 @@ class AudioContext {
27
28
* Allows to set the global native audio context from outside.
29
30
- * @param {AudioContext} value - The native context to set.
+ * @param {Window.AudioContext} value - The native context to set.
31
32
static setContext( value ) {
33
0 commit comments