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

Window.postMessage also support passing an options param #29293

Merged
merged 5 commits into from
Oct 2, 2023

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Sep 26, 2023

Description

Window.postMessage also support passing an options param

Motivation

Ditto.

Additional details

https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage

https://html.spec.whatwg.org/multipage/web-messaging.html#dom-window-postmessage-options-dev

image

Related issues and pull requests

Fixes #25342

Relates to #29227
Relates to #29228
Relates to #29187
Relates to #29282

@skyclouds2001 skyclouds2001 requested a review from a team as a code owner September 26, 2023 06:20
@skyclouds2001 skyclouds2001 requested review from sideshowbarker and removed request for a team September 26, 2023 06:20
@github-actions github-actions bot added the Content:WebAPI Web API docs label Sep 26, 2023
@skyclouds2001 skyclouds2001 marked this pull request as draft September 26, 2023 06:20
@github-actions
Copy link
Contributor

github-actions bot commented Sep 26, 2023

Preview URLs

(comment last updated: 2023-10-02 04:50:22)

@wbamberg
Copy link
Collaborator

@skyclouds2001 , is there a reason this is marked draft?

@skyclouds2001 skyclouds2001 marked this pull request as ready for review September 29, 2023 04:05
@sideshowbarker sideshowbarker enabled auto-merge (squash) October 2, 2023 04:48
@sideshowbarker sideshowbarker merged commit 4186d51 into mdn:main Oct 2, 2023
@skyclouds2001 skyclouds2001 deleted the patch-3 branch October 2, 2023 06:01
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Window.postMessage() missing options parameter
3 participants