Skip to content
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

Test that BroadcastChannel settings object is current, not incumbent #24568

Merged
merged 2 commits into from Jul 14, 2020

Conversation

domenic
Copy link
Member

@domenic domenic commented Jul 10, 2020

Similar to #24566, but tests what origin is used for message-delivery filtering, which is the most important aspect of the BroadcastChannel settings object.

This tests my desired state, where the BroadcastChannel settings object can be eliminated and we use the relevant settings object instead. (Similar to what whatwg/html#5728 does for MessagePort.)

It appears that unlike MessagePort, where browsers all behave the same (but disagreed with the current spec), here Chrome has the simpler, desirable behavior while Firefox has the per-spec, complicated behavior. Let's see what Safari does when the CI results come in!Safari doesn't support BroadcastChannel

@wpt-pr-bot wpt-pr-bot requested a deployment to wpt-preview-24568 July 13, 2020 16:33 Pending
@domenic domenic merged commit 74b3f3f into master Jul 14, 2020
@domenic domenic deleted the broadcastchannel-settings-object branch July 14, 2020 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants