Is this possible, from say :
app.js :
...
var w = new Worker("data:application/dart;charset=US-ASCII," + dart_code );
// will this break or continue?
Does anyone who uses Dartium (the Chromium + Dart VM browser) do this?
Is this possible, from say :
app.js :
...
var w = new Worker("data:application/dart;charset=US-ASCII," + dart_code );
// will this break or continue?
Does anyone who uses Dartium (the Chromium + Dart VM browser) do this?