Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/aegir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v28.0.2
Choose a base ref
...
head repository: ipfs/aegir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v28.1.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 26, 2020

  1. fix: allow bundle to be used in web workers (#408)

    `globalObject` is `"window"` by default which is not available in web workers. Using `"self"` allows the bundle to work in both environments.
    
    resolves ipfs/js-ipfs#2349
    
    Co-authored-by: David Dias <[email protected]>
    Co-authored-by: achingbrain <[email protected]>
    3 people authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    3f72e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c616ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3edd1d4 View commit details
    Browse the repository at this point in the history
Loading