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: socketio/engine.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.2
Choose a base ref
...
head repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.3
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 31, 2021

  1. fix: ignore packets when the transport is silently closed

    In some cases, a "Transport not open" error could be thrown when the
    transport was silently closed in the onbeforeunload event (added in
    [1]).
    
    To reproduce:
    
    ```js
    window.addEventListener("unload", () => {
      socket.write("...");
    });
    ```
    
    [1]: ed48b5d
    
    Backported from master: d291a4c
    darrachequesne committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    46e6de0 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.1.3

    darrachequesne committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f6287f9 View commit details
    Browse the repository at this point in the history
Loading