Giter Site home page Giter Site logo

Fails to load in IE11 about pdfobject HOT 8 CLOSED

tomchiverton avatar tomchiverton commented on July 17, 2024
Fails to load in IE11

from pdfobject.

Comments (8)

pipwerks avatar pipwerks commented on July 17, 2024 1

(Not saying I can't implement a fix, but I've spent over 25 years kowtowing to IE. I'd like to bury it for good.)

from pdfobject.

tomchiverton avatar tomchiverton commented on July 17, 2024 1

Windows 10 LTSC version is supported till 2027:
https://learn.microsoft.com/en-us/lifecycle/products/windows-10-enterprise-ltsc-2021

We still see about 5%-10% IE11 usage, though this is dropping.

from pdfobject.

tomchiverton avatar tomchiverton commented on July 17, 2024

Introduced by af739c1

from pdfobject.

theodore-s-beers avatar theodore-s-beers commented on July 17, 2024

Good catch. Can presumably replace…

reservedTokens.every(token => !customAttribute.key.includes(token))

with...

reservedTokens.every(function (token) {
  return !customAttribute.key.includes(token);
})

from pdfobject.

pipwerks avatar pipwerks commented on July 17, 2024

Internet Explorer 11 is officially kaput. Microsoft no longer supports it. Do you have clients that are still using IE11?

https://blogs.windows.com/windowsexperience/2022/06/15/internet-explorer-11-has-retired-and-is-officially-out-of-support-what-you-need-to-know/

from pdfobject.

tomchiverton avatar tomchiverton commented on July 17, 2024

We have a product with around 30% users still using IE11 on some of the long term support versions of Windows where it is still supported

from pdfobject.

pipwerks avatar pipwerks commented on July 17, 2024

Fixed. The fat arrow wasn't the only issue, IE11 also choked on the includes() function. Thanks for reporting

from pdfobject.

pipwerks avatar pipwerks commented on July 17, 2024

@tomchiverton Just curious, what's the use rate now? Do you know when the LTS for Windows/IE will expire? Everything I've read says IE11 is completely unsupported.

from pdfobject.

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.