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

Prototype of adding AbortController to addEventListener #26462

Merged
merged 1 commit into from
Nov 12, 2020

Commits on Nov 12, 2020

  1. Prototype of adding AbortController to addEventListener

    I2P: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/9396JedBBOM
    
    This feature adds a new AbortSignal option, named "signal", to the
    options parameter of addEventListener.
    This new option can be used to remove the event listener with an
    AbortController by calling abort().
    More context: whatwg/dom#911
    
    Bug: 1146467
    Change-Id: I8ab1b93ec8be859c6876296fda4a9b808253c7d3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527343
    Commit-Queue: Joey Arhar <jarhar@chromium.org>
    Reviewed-by: Mason Freed <masonfreed@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#826659}
    josepharhar authored and chromium-wpt-export-bot committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    5c4141a View commit details
    Browse the repository at this point in the history