Skip to content

Update to WHATWG DOM Living Standard for Events #413

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

Merged
merged 4 commits into from
Apr 6, 2018

Conversation

KamiQuasi
Copy link
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