dart-gde / chrome_gen.dart

Deprecated! See dart-gde/chrome.dart
https://github.com/dart-gde/chrome.dart
Other
6 stars 6 forks source link

Chrome_gen.syncfs should return FIleError instead of JsProxy object #126

Closed gaurave closed 10 years ago

gaurave commented 10 years ago

The chrome_gen.synfs dart API returns JsProxy objects as errors while they are standard Html.FIleError

We need a wrapper around the error, to return dart FileError objects.

adam-singer commented 10 years ago

@devoncarew did you ever get to address this? Can we migrate this bug over to chrome.dart if not.

devoncarew commented 10 years ago

It's still a problem - I migrated this issue.