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

Finalize and implement spawn dom isolate API #17738

Closed
vsmenon opened this issue Mar 24, 2014 · 7 comments
Closed

Finalize and implement spawn dom isolate API #17738

vsmenon opened this issue Mar 24, 2014 · 7 comments
Labels
area-library closed-not-planned Closed as we don't intend to take action on the reported issue library-html type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@vsmenon
Copy link
Member

vsmenon commented Mar 24, 2014

I'm landing an experimental initial version in dart:html as spawnDomUri. We need to finalize the API, include where it is (dart:isolate?).

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

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

@DartBot
Copy link

DartBot commented Jun 6, 2014

This comment was originally written by pavlicek....@gmail.com


It would be nice to have spawnDomUri compatible with Isolate.spawnUri.

@vsmenon
Copy link
Member Author

vsmenon commented Apr 9, 2015

cc @alan-knight.
Removed the owner.
Added Triaged label.

@bergwerf
Copy link

Any progress on this? I need this to use Dart in my web application.

@GeKorm
Copy link

GeKorm commented Nov 7, 2015

@hermanbergwerf You can now import scripts compiled by dart2js. The downside is that it doesn't use the Isolate methods, so you need to implement those that you need manually. Other than that it's very similar. See getScript() for an example of loading scripts.

@bergwerf
Copy link

bergwerf commented Nov 7, 2015

@GeKorm Awesome!

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@jmesserly jmesserly added the closed-not-planned Closed as we don't intend to take action on the reported issue label Feb 28, 2018
@jmesserly
Copy link

we're removing dart:isolate from dart4web (and spawnDomUri was not implemented by JS compilers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-library closed-not-planned Closed as we don't intend to take action on the reported issue library-html type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

6 participants