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

lib: add EventTarget-related browser globals #35496

Closed
wants to merge 3 commits into from

Commits on Oct 4, 2020

  1. Copy the full SHA
    f07229f 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: nodejs#35495
    addaleax committed Oct 4, 2020
    Copy the full SHA
    3ea5dc1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1e27ac9 View commit details
    Browse the repository at this point in the history