-
This code doesn't seem to be using a web worker. I tested by setting breakpoint on line of "new Worker" and it's never hit.
# import('dart:html');
# import('dart:isolate');
myIsolate() {
…
-
_This issue was originally filed by pruj...@gmail.com_
---
I think this is more of a Google Plus issue, but it's related to Dart for me, because I'm trying to implement this button on a page wi…
-
Needs investigation.
-
Consider the following code:
main() {
new Future.immediate(null).chain((_) {
throw 'error';
}).then((_) {});
}
The trace and line information of the o…
-
New test, language/ConstructorDuplicateInitializersTest.dart:
class Class {
Class(var v)
: field_ = v
, field_ = 2 /// 01: compile-time e…
-
I suspect a big chunk of this is due to a lot of paths in the dart code "containing/strings/like/this".
-
_This issue was originally filed by nimbupan...@gmail.com_
---
**What steps will reproduce the problem?**
1. Click on http://synonym.dartlang.org/ in Opera 11.6
**What is the expected output? …
-
_This issue was originally filed by [rice@google.com](https://github.com/search?q=rice%40google.com&type=Users)_
---
Consider the following code:
void main() {
int negativeO…
-
The html API generates a bunch of interfaces that are wrappers around JavaScript objects. Many of them have fields. For example:
interface AudioProcessingEvent extends Event {
AudioBuffe…
-
_This issue was originally filed by [jack.palevich@gmail.com](https://github.com/search?q=jack.palevich%40gmail.com&type=Users)_
---
**What steps will reproduce the problem?**
1. Unzip attached file…