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

Disable MessagePort workaround under Safari >= 16 #6602

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 11, 2024

  1. Disable MessagePort workaround under Safari >= 16

    The bug described in https://bugs.webkit.org/show_bug.cgi?id=231167 was fixed in
    Safari 16. The workaround for Safari <= 15 is triggering an error in VitalSource
    LMS assignments [1]. Fix the issue for Safari >= 16 by disabling the workaround
    in browsers where it is not required.
    
    [1] hypothesis/support#161 (comment)
    robertknight committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    eefbc8c View commit details
    Browse the repository at this point in the history