Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking js files in normal browser does not work anymore #3778

Open
b1tw0rker opened this issue Sep 27, 2024 · 1 comment
Open

Linking js files in normal browser does not work anymore #3778

b1tw0rker opened this issue Sep 27, 2024 · 1 comment

Comments

@b1tw0rker
Copy link

While old version jspdf 1.3.2 running pretty well, in a normal browser the new stuff 2.5.x with this es node umd stuff does not work in a n normal browser linking as done the laste 20 years

Working: <script src="/virtualx/assets/lib/jspdf/jspdf.min.js"></script> jspdf 1.3.2

NOT Working: <script src="/virtualx/assets/lib/jspdf/jspdf.umd.min.js"></script> 2.5.2

NIce straight forward development to be usless....

@ptbarnum4
Copy link

@b1tw0rker the CDN for 2.5.2 is missing (take a look at the 404 here) and the links are missing at cdnjs.

I would suggest just shifting back to 2.5.1

<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants