Fix AbortSignal in addEventListener for capture
AbortSignal doesn't remove the event listener if it was registered with capture: true in addEventListener. This patch fixes it by plumbing through the options to removeEventListener. Fixed: 1149047 Change-Id: Iccafee46277880088634828fc9c9310388044a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538368Reviewed-by:Mason Freed <masonfreed@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Auto-Submit: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#827912}
Showing
Please register or sign in to comment