question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working on Safari 13.0.5

See original GitHub issue

Hi, I imported this script <script async src="https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@0.2.0/loading-attribute-polyfill.min.js" integrity="sha256-kX73NqVUoUbV0K44kgoqP8P8IZfU0OEjr/afCnK2Mrg=" crossorigin="anonymous"></script> But, `lazy=loading" is still not working on Safari. Any idea how to fix it?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mfranzkecommented, Aug 18, 2020

It seems working using https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@1.5.4/loading-attribute-polyfill.min.js thanks 😃

Is there a reason why you’re using one of the earliest releases?

That’s the only release that I was able to find. For future references where can I find the newest releases loaded from a CDN?

Most of those services should be able to always deliver the latest software version when you leave out the version number within the URL, like e.g.: https://cdn.jsdelivr.net/npm/loading-attribute-polyfill/loading-attribute-polyfill.min.js

You could reach out to their documentation as there might be even further tweaks like e.g. specific major versions etc.

Use a version range instead of an exact version: https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js https://cdn.jsdelivr.net/npm/jquery@3.1/dist/jquery.min.js

Source: https://www.jsdelivr.com/features

1reaction
Alfrex92commented, Aug 18, 2020

It seems working using https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@1.5.4/loading-attribute-polyfill.min.js thanks 😃

Is there a reason why you’re using one of the earliest releases?

That’s the only release that I was able to find. For future references where can I find the newest releases loaded from a CDN?

Read more comments on GitHub >

github_iconTop Results From Across the Web

If Safari on Mac doesn't open a webpage or isn't working as ...
If Safari on Mac doesn't open a webpage or isn't working as expected · Reload the page · Check Safari extensions · Check...
Read more >
Safari Problems After macOS Upgrade, How To Fix
Safari Problems After macOS Upgrade, How To Fix · Step 2 Check User Files · Step 3 Check for Adobe Flash & Delete...
Read more >
Safari version history - Wikipedia
The version history of Safari spans from 2003 to the present (2022), from its initial ... Fixes issues that prevented Safari from changing...
Read more >
19 Fixes Safari Running Slow on Mac (Ventura Updated)
is your Mac safari running very Slow, Lagging and Not Loading pages? Get important fixes that really help you running on any MacOS....
Read more >
Videos not working in Safari after having HTTPS
Interesting, Safari 13.0.5 is actually loading the videos, just not displaying them. Do the same videos work if you add them to a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found