Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Upgrade Karma to fork with additional fixes #6639

Merged
merged 1 commit into from
May 18, 2024

Conversation

joeyparrish
Copy link
Member

The only fix right now is a minor one:

joeyparrish/karma@d98765e

With the message:

fix: Fix message event exception

Message events may not have an origin, and they may not have an
originalEvent field. This happens in particular when loading Karma
and the Chromecast SDK on a Chromecast. An event arrives from the
platform with neither of these properties.

This fixes the error by checking for originalEvent before accessing
a property of it.

To see a diff of all current fixes at any time, see:

karma-runner/karma@master...joeyparrish:karma:shaka-fixes

The only fix right now is a minor one:

  joeyparrish/karma@d98765e

With the message:

> fix: Fix message event exception
>
> Message events may not have an origin, and they may not have an
> originalEvent field.  This happens in particular when loading Karma
> and the Chromecast SDK on a Chromecast.  An event arrives from the
> platform with neither of these properties.
>
> This fixes the error by checking for originalEvent before accessing
> a property of it.

To see a diff of all current fixes at any time, see:

  karma-runner/karma@master...joeyparrish:karma:shaka-fixes
@shaka-bot
Copy link
Collaborator

Incremental code coverage: No instrumented code was changed.

@theodab theodab merged commit 3c2fd55 into shaka-project:main May 18, 2024
20 checks passed
@joeyparrish joeyparrish deleted the upgrade-karma-fork branch May 18, 2024 15:51
avelad pushed a commit that referenced this pull request May 27, 2024
The only fix right now is a minor one:

  joeyparrish/karma@d98765e

With the message:

> fix: Fix message event exception
>
> Message events may not have an origin, and they may not have an
> originalEvent field.  This happens in particular when loading Karma
> and the Chromecast SDK on a Chromecast.  An event arrives from the
> platform with neither of these properties.
>
> This fixes the error by checking for originalEvent before accessing
> a property of it.

To see a diff of all current fixes at any time, see:

  karma-runner/karma@master...joeyparrish:karma:shaka-fixes
joeyparrish added a commit that referenced this pull request May 31, 2024
The only fix right now is a minor one:

  joeyparrish/karma@d98765e

With the message:

> fix: Fix message event exception
>
> Message events may not have an origin, and they may not have an
> originalEvent field.  This happens in particular when loading Karma
> and the Chromecast SDK on a Chromecast.  An event arrives from the
> platform with neither of these properties.
>
> This fixes the error by checking for originalEvent before accessing
> a property of it.

To see a diff of all current fixes at any time, see:

  karma-runner/karma@master...joeyparrish:karma:shaka-fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants