79175162

Date: 2024-11-10 15:26:29
Score: 0.5
Natty:
Report link

In my case I had this issue when trying to pass a callback in a call to postMessage:

window.postMessage({cb: () => null})

I did not know that this is not possible. The error message was not very helpful.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: iSWORD