We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35bcafe + 552f3c1 commit 63995c2Copy full SHA for 63995c2
src/audio/AudioContext.d.ts
@@ -1 +1,10 @@
1
-export const AudioContext: AudioContext;
+/**
2
+ * see {@link https://github.com/mrdoob/three.js/blob/master/src/audio/AudioContext.js|src/audio/AudioContext.js}
3
+ */
4
+export namespace AudioContext {
5
+
6
+ export function getContext(): AudioContext;
7
8
+ export function setContext(): void
9
10
+}
0 commit comments