function
spawnDomUri

Future<Isolate> spawnDomUri(
Uri uri,
List<String> args,
message
)

Spawn a DOM isolate using the given URI in the same window. This isolate is not concurrent. It runs on the browser thread with full access to the DOM. Note: this API is still evolving and may move to dart:isolate.