未捕获的类型错误:无法读取 null 的属性“addEventListener”(Chrome 扩展程序)

时间:2021-04-19 10:40:56

标签: javascript google-chrome google-chrome-extension onclick addeventlistener

所以我遇到了这个让我发疯的错误。我正在制作我的第一个 chrome 扩展,但我找不到我在这段代码片段中做错了什么:

let startButton = document.getElementById("StartBtn")
startButton.addEventListener("click", function(){ //this is the line of code where I get the error
    let recognition = new SpeechRecognition()
    recognition.start()  
})

1 个答案:

答案 0 :(得分:0)

这意味着 startbutton 为空,你可能在 id 中有一个错字