Closed
Description
lib Update Request
Missing / Incorrect Definition
according to DOM spec cancelBubble is a legacy alias of .stopPropagation()
Documentation Link
https://dom.spec.whatwg.org/#interface-event
Reference
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
fatcerberus commentedon Aug 29, 2022
Not only deprecated, but also according to MDN, on Chromium-based browsers:
MartinJohns commentedon Aug 29, 2022
Needs to be fixed in https://github.com/microsoft/TypeScript-DOM-lib-generator. Modifying generated files as you did in your MR won't do it.
Ahmed-Hakeem commentedon Oct 21, 2022
Fixed in microsoft/TypeScript-DOM-lib-generator#1394 @RyanCavanaugh
jakebailey commentedon Jul 9, 2023
This was fixed in #50884.