Skip to content

Container element not found #2719

Closed Answered by katspaugh
NinaP48 asked this question in Q&A
Mar 13, 2023 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Das Problem ist, dass das wavesurfer.load auch im DOMContentLoaded sein muss, also:

window.addEventListener('DOMContentLoaded', () => {
  var wavesurfer = WaveSurfer.create({ ... })
  wavesurfer.load('ReveilDesOiseaux.wav');
})

Ich hoffe, dass es dir hilft! Viel Glück mit JavaScript.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@NinaP48
Comment options

@katspaugh
Comment options

Answer selected by NinaP48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2718 on March 13, 2023 10:27.