Git Product home page Git Product logo

Comments (2)

ewilligers avatar ewilligers commented on August 20, 2024 1

The spec is using TypeError to indicate that the sharing site has a bug or is incompatible with the User Agent. This isn't the case here.

Excluding this case, the spec is using AbortError when the user does not choose a share target. The user will know that they have not completed the share; the sharing site does not need to display an error
message.

The main reason for considering a different exception here would be if the sharing site should report a specific error message. However, the user agent or operating system can give the user a more informative error message than the sharing site can. Thus every sharing site shouldn't need to consider detecting and reporting an error for this rare case.

AbortError is reasonable as, from the sharing site's perspective, the user simply didn't successfully complete the share.

from web-share.

mgiuca avatar mgiuca commented on August 20, 2024

"If an error occurs starting the target or transmitting the data" seems like this will be a user agent, OS or target specific error. It might be caused by the data (for example, a target might reject if the text contains non-ASCII characters), or it might be any other transient error (like the target crashed on startup). A TypeError should be a specific problem with the data, as defined by the spec, which isn't the case here.

from web-share.

Related Issues (20)

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.