Evil Firefox Error — “A parameter or an operation is not supported by the underlying object”

前端 未结 6 1703
忘了有多久
忘了有多久 2021-02-05 03:33

I\'m trying to figure out what is going on here. I\'ve been at it for hours now and can\'t seem to get a grip on why this is happening.

I\'m making a few AJAX calls, and

6条回答
  •  春和景丽
    2021-02-05 04:05

    For me, I was using WebSockets and called WebSocket.close(1001). It doesn't like my status code. Changing it to 1000 or not specifying a code (default 1005) works just fine.

提交回复
热议问题