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

Fix no-op check to work with Safari and support of old browsers #582

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 25, 2024

  1. Fix no-op check to work with Safari and support of old browsers.

    Verify the object that might be at `globalThis.browser` is not already
    implementing the basic Web Extension APIs. This is symmetric with the
    check to verify the poly fill is only included in extension contexts.
    
    Don't use optional-chaining for these checks, since this needs to
    continuing working in older browsers.
    xeenon committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    207a30c View commit details
    Browse the repository at this point in the history