Coder Social home page Coder Social logo

Comments (5)

luruke avatar luruke commented on May 2, 2024

Hey @jonnyscholes !
I could add a regex/file extension on the href url, but I don't thing is a good idea.
My doubt is that an URL that ends with .pdf that doesn't necessary means that the file is a pdf.

What is your idea?

(By the way In the next version I'll also make sure to support the download attribute)

from barba.

jonnyscholes avatar jonnyscholes commented on May 2, 2024

Supporting the download attribute would be awesome! (I would be happy to submit a PR for this btw). But it doesnt help many users who are stuck with things like TinyMCE which dont (easily) allow adding of attributes/classes to inserted anchor links. For example default Wordpress websites dont allow any changes of anchor HTML at all.

Technically someone could have a link that ends in .pdf (or other file extensions) that returns a valid HTML page - but I would have thought they would be the exception, and not the rule. Most urls that end in .pdf are a pdf download seeing is a very widely recognized format - along with others like doc and docx.

From my point of view it would be more reasonable for people that are returning html from a .pdf endpoint to override the preventCheck method than those that are not - as it is a pretty odd thing to do.

We could implement it in a way that is configurable so users can override the formats by doing something like:

Barba.Pjax.start({ignoreFiles: ['pdf', 'doc', 'exe', 'dmg']})

(or similar)

from barba.

luruke avatar luruke commented on May 2, 2024

Thanks @jonnyscholes .
I'll think about it.

Maybe another solution could be to check the HTTP Content-Type header.

Thanks for the issue!

from barba.

luruke avatar luruke commented on May 2, 2024

Added support for download attribute in the new version.
965a266

from barba.

jonnyscholes avatar jonnyscholes commented on May 2, 2024

I think between the download attribute and the docs including how one would do this (which it does here) this issue can be closed. I'm more than satisfied as a user :)

from barba.

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.