parallable.core[data.name] undefined in ccv.js
Author: peterbeCreated Oct 27, 2015Updated Jan 16, 2021
I always get the error:
TypeError: parallable.core[data.name] is undefined
coming from this line
The reason is that data doesn't have a key called name. It does have { method: "mozid_ni::match" } the first time the onmessage triggers and { id: 405906 } the second time.
Testing on Firefox 43.
Source: liuliu/ccv