We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c909d30 commit bb5f0f3Copy full SHA for bb5f0f3
src/WebAudioAPI/AudioScheduledSourceNode.res
@@ -6,7 +6,7 @@ module Impl = (
6
},
7
) => {
8
include AudioNode.Impl({
9
- type t = audioScheduledSourceNode
+ type t = T.t
10
})
11
12
external asAudioScheduledSourceNode: T.t => audioScheduledSourceNode = "%identity"
0 commit comments