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 ENVIRONMENT_IS_WORKER detection on Deno #22778

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Fix ENVIRONMENT_IS_WORKER detection on Deno

    `importScripts()` is always `undefined` on Deno.
    kleisauke committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3a11414 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Fix test expectation

    kleisauke committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    277cbd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    1ea3b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bab494 View commit details
    Browse the repository at this point in the history