Closed
Description
This issue was originally filed by ross.dart...@gmail.com
0.8.10_r30107
Windows 7x64
The documentation of dart:js
states:
"The following types are transferred directly and not proxied:
...
Blob
..."
What I am seeing is that they are transferred directly in Dartium (VM) but still proxied in dart2js compiled javascript (Chrome Beta). This is causing me problems. I don't have an isolated repro handy but I could make one if need be...
thanks,