Closed msgerbush closed 4 years ago
Looks like tests are failing due to an old bower version. Let me know if you'd like me to update that as well.
Not sure if it's a bower version issue, but it probably doesn't hurt to update it.
That would be great if you could do it in this PR but in a separate commit!
Looks like there's some issue with Sauce Connect now, but I thought that was shut off for PR builds...any ideas?
Closing due to staleness.
Looks like in the latest Firefox MessageChannel is still being supplanted by this library, however because MessagePort is implemented frames without MessageChannel.js are pushing valid MessageEvents. As a result decodeEvent is receiving a legitimate MessageEvent that does not need to be faked. For these events, just pass them on as-is to avoid an ‘event is undefined’ error in the decoding.