-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fileSystem.getDisplayPath invalid value #2
Comments
Hmm, try passing in |
I don't have the properties jsProxy in Entry class |
Nevermind, from looking at the implementation you shouldn't need to dereference the jsproxy. Just passing in the |
I get the entry by a drop event with the items properties of DataTransfer after I get the entry with the DataTransferItem method called getAsEntry and i pass this entry to getDisplayPath like in the js sample EDIT: you have the code in filesystem-access sample |
I think you're running into a corner case w/ JS interop. The Entry gotten from the the data transfer is not compatible with the Entry that |
the chrome.dart repo of the dart-gde? |
yup :) |
When I use getDisplayPath I have this error :
Error: Invalid value for argument 1. Object must be an instance of Entry.
though the argument is a Entry,
And the error is not catch by the catchError future.
The text was updated successfully, but these errors were encountered: