Adapt BroadcastChannel events to the new event structure#12982
Merged
sideshowbarker merged 2 commits intomdn:mainfrom Feb 14, 2022
Merged
Adapt BroadcastChannel events to the new event structure#12982sideshowbarker merged 2 commits intomdn:mainfrom
sideshowbarker merged 2 commits intomdn:mainfrom
Conversation
Contributor
sideshowbarker
approved these changes
Feb 14, 2022
Elchi3
reviewed
Feb 14, 2022
|
|
||
| A {{domxref("MessageEvent")}}. Inherits from {{domxref("Event")}}. | ||
|
|
||
| {{InheritanceDiagram("TrackEvent")}} |
Member
There was a problem hiding this comment.
Should be {{InheritanceDiagram("MessageEvent")}}
Elchi3
reviewed
Feb 14, 2022
| A {{domxref("MessageEvent")}}. Inherits from {{domxref("Event")}}. | ||
|
|
||
| ### Live example | ||
| {{InheritanceDiagram("TrackEvent")}} |
Member
There was a problem hiding this comment.
{{InheritanceDiagram("MessageEvent")}}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the
BroadcastChannelinterface for new-style event pages. (see the template)The
onXYZevent handler pages are redirected to the eventname_event pages. As both the event pages and theonXYZpages were existing, I used:yarn content delete Web/API/BroadcastChannel/onmessage --redirect=/en-US/docs/Web/API/BroadcastChannel/message_eventyarn content delete Web/API/BroadcastChannel/onmessageerror --redirect=/en-US/docs/Web/API/BroadcastChannel/messageerror_eventI also corrected a few details:
= event => {}modern JS way of assigning events.{{event}}macros in these pages.BCD: mdn/browser-compat-data#14969