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

SendPortSync.callSync should not have two round trips under the hood. #6546

Closed
vsmenon opened this issue Nov 5, 2012 · 5 comments
Closed
Labels
area-library closed-obsolete Closed as the reported issue is no longer relevant library-html

Comments

@vsmenon
Copy link
Member

vsmenon commented Nov 5, 2012

This currently maps to two heavyweight synchronous dispatchEvent calls, one for the actual call, and one in the reverse direction to return the result.

This operation can be specialized for both dart2js and dartium to avoid going through the DOM. This would make callSync more efficient (and the js-interop library, which depends upon this).
 

@efortuna
Copy link
Contributor

Added this to the Later milestone.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight
Copy link
Contributor

This is obsolete.


Added AssumedStale label.

@vsmenon vsmenon added Type-Defect area-library library-html closed-obsolete Closed as the reported issue is no longer relevant labels Jan 14, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-library closed-obsolete Closed as the reported issue is no longer relevant library-html
Projects
None yet
Development

No branches or pull requests

5 participants