What is the NS_ERROR_INVALID_POINTER error in Firefox?

后端 未结 3 1477
别跟我提以往
别跟我提以往 2021-01-22 07:47

While testing JavaScript code in Firefox 3.5 I sometimes get the following error:

Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER)
<         


        
3条回答
  •  遇见更好的自我
    2021-01-22 08:40

    I had this error too using Coffeescript when my Callback functions were defined after my main function. I just had to re order my functions to make it work. Hope it helps.

提交回复
热议问题