Coder Social home page Coder Social logo

Comments (2)

marcolarosa avatar marcolarosa commented on August 18, 2024

hi @NicolasCARPi

The reason for limiting the application to chrome browsers is because it uses the filesystem api. Specifically: https://caniuse.com/?search=showDirectoryPicker.

As it happens, I was working on this very code yesterday and changed it from checking for chrome to looking for the specific method I require in the window object. If you look at that commit you'll see that it checks for showOpenFilePicker in the window object, also a capability I was using (but since I'm not anymore, I will revise it soon to check for showDirectoryPicker). This change then allows the edge browser to be an option for people as well (and you'll notice in the commit I include a comment about edge).

In principle, this should work in all chromium based browsers but for reasons I can't explain, it doesn't work in the Brave browser which is chromium based.

To your points about explicitly excluding users; I myself am a firefox user.

Thankyou for asking the question but for future reference, I didn't appreciate the tone. I found it to be unnecessarily aggressive and threatening.

from web.

NicolasCARPi avatar NicolasCARPi commented on August 18, 2024

Hello Marco,

Thank you for your complete explanation and sorry if I sounded aggressive. Communication and diplomaty aren't my strong points, thanks for letting me know about your feeling, I'll do better next time.

Best regards,
~Nico

from web.

Related Issues (2)

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.