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: remove CustomEvent import #499

Merged
merged 3 commits into from
Aug 9, 2024
Merged

Commits on Aug 9, 2024

  1. fix: remove CustomEvent import

    `CustomEvent` is [global as of Node.js 18.7.0](https://nodejs.org/docs/latest/api/globals.html#customevent)
    and the polyfill will be removed in `libp2p@2.x.x` so remove the
    import here for forwards compatibility with the js-libp2p monorepo.
    achingbrain committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4c4233a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a12551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    737389d View commit details
    Browse the repository at this point in the history