仅在Firefox上出现AJAX错误

My code returns the following error :

"[Exception... "<no message>"  nsresult: "0x805e0006 (<unknown>)"  location: "JS frame :: https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js :: .send :: line 4"  data: no]"

This error appears when I print the result of xhr.statusText into the console. Nothing shows on the Firefox browser as a result.

However, in Chromium, everything shows as expected, with no error message. I would assume there is some kind of incompatibility in Firefox. I don't know.

Did anyone ever encounter this issue ? By the way, I'm using CodePen.

Thanks!