Giter VIP home page Giter VIP logo

Comments (7)

devoncarew avatar devoncarew commented on August 17, 2024

Hmm, try passing in entry.jsProxy instead.

from dart-chrome-app-samples.

Kleak avatar Kleak commented on August 17, 2024

I don't have the properties jsProxy in Entry class

from dart-chrome-app-samples.

devoncarew avatar devoncarew commented on August 17, 2024

Nevermind, from looking at the implementation you shouldn't need to dereference the jsproxy. Just passing in the entry should work. How are you getting this entry? It probably needs to be something that comes from one of the chrome APIs.

from dart-chrome-app-samples.

Kleak avatar Kleak commented on August 17, 2024

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

from dart-chrome-app-samples.

devoncarew avatar devoncarew commented on August 17, 2024

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 getDisplayPath() expects. I'm not sure if there is something chrome.dart can do to work around this, or if the issue lies with Dart's JS interop. You may want to file a tracking bug with chrome.dart.

from dart-chrome-app-samples.

Kleak avatar Kleak commented on August 17, 2024

the chrome.dart repo of the dart-gde?

from dart-chrome-app-samples.

devoncarew avatar devoncarew commented on August 17, 2024

yup :)

from dart-chrome-app-samples.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.