-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.library-htmllibrary-web-audiotype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)web-librariesIssues impacting dart:html, etc., librariesIssues impacting dart:html, etc., libraries
Description
Currently there's no way to get the href of the source location of a MessageEvent. This is very important for applications that exchange messages with multiple iframes that have the same origin; without it, there's no way to tell which frame sent which message.
A reproduction is available at https://github.com/nex3/post_message_test.
See also issue #21747.
Metadata
Metadata
Assignees
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.library-htmllibrary-web-audiotype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)web-librariesIssues impacting dart:html, etc., librariesIssues impacting dart:html, etc., libraries