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

Commits on Oct 11, 2020

  1. worker: make MessageEvent class more Web-compatible

    PR-URL: #35496
    Fixes: #35495
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Khaidi Chu <i@2333.moe>
    addaleax authored and nodejs-github-bot committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    705d888 View commit details
    Browse the repository at this point in the history
  2. lib: add EventTarget-related browser globals

    Add
    
    - Event
    - EventTarget
    - MessagePort
    - MessageChannel
    - MessageEvent
    
    to the set of global objects, since they are available now and behave
    like they do in the browser.
    
    Fixes: #35495
    
    PR-URL: #35496
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Khaidi Chu <i@2333.moe>
    addaleax authored and nodejs-github-bot committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    eee522a View commit details
    Browse the repository at this point in the history
Loading