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

[v16.x backport] events: add CustomEvent #44082

Closed
wants to merge 2 commits into from

Commits on Aug 1, 2022

  1. events: add CustomEvent

    This implements the Web API `CustomEvent` in `internal/event_target`.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: nodejs#43514
    Refs: nodejs#40678
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    daeyeon authored and aduh95 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    3abc6d2 View commit details
    Browse the repository at this point in the history
  2. events: expose CustomEvent on global with CLI flag

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: nodejs#43885
    Fixes: nodejs#40678
    Refs: nodejs#43514
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    daeyeon authored and aduh95 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    63c33e2 View commit details
    Browse the repository at this point in the history