Skip to content

Update to WHATWG DOM Living Standard for Events#413

Merged
mhegazy merged 4 commits intomicrosoft:masterfrom
KamiQuasi:update-event-interface
Apr 6, 2018
Merged

Update to WHATWG DOM Living Standard for Events#413
mhegazy merged 4 commits intomicrosoft:masterfrom
KamiQuasi:update-event-interface

Conversation

@KamiQuasi
Copy link
Copy Markdown
Contributor

@KamiQuasi KamiQuasi commented Apr 6, 2018

Referencing this issue - Microsoft/TypeScript#17974

Update from #284

WHATWG DOM Living Standard includes composed and composedPath properties instead of scoped and deepPath. This will allow proper syntax for a case like the following:

this.dispatchEvent(new CustomEvent('update-term', { detail: { term: this.term }, bubbles: true, composed: true }));

@KamiQuasi KamiQuasi changed the title Update event interface Update to WHATWG DOM Living Standard for Events Apr 6, 2018
@mhegazy mhegazy merged commit 4f9a03d into microsoft:master Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants