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: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9594b54f966c90c5c0270490a8b750e437a3cddb
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d179cb2eccac38205b6f03ecf6403df65deea51
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 15, 2020

  1. quic: use AbortController with correct name/message

    On the web, `AbortError` is the error name, not the error
    message. Change the code to match that.
    
    PR-URL: #34763
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    addaleax authored and Trott committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    ba5c64b View commit details
    Browse the repository at this point in the history
  2. timers: use AbortController with correct name/message

    On the web, `AbortError` is the error name, not the error
    message. Change the code to match that.
    
    PR-URL: #34763
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    addaleax authored and Trott committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    5d179cb View commit details
    Browse the repository at this point in the history
Loading