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 export from @libp2p/interface #2656

Merged
merged 1 commit into from
Aug 14, 2024

Commits on Aug 9, 2024

  1. fix!: remove CustomEvent export from @libp2p/interface

    `CustomEvent` is global in Node.js as of `v18.7.0`. We support LTS
    and Current which means `v20+`, and Electron has upgraded to node
    20 so the polyfill isn't necessary any more.
    
    BREAKING CHANGE: `@libp2p/interface` no longer exports a `CustomEvent` polyfill
    achingbrain committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7f566d7 View commit details
    Browse the repository at this point in the history