You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to let you know that I just released a new version of JohnnyDepp (v0.1.0) that includes an important bugfix to detect cross-domain CSS load failures in Edge. Previously, load failures were triggering success callbacks but now they are being handled correctly. The source of the issue was lack of onerror support for cross-domain CSS files loaded via <link rel="stylesheet"> tags. To get around this issue, we are now using rel="preload" to load CSS files in Edge browsers.
Please try out the new features and let me know what you think!
Andres
The text was updated successfully, but these errors were encountered:
Thx we upgraded, we use it on a 6 open source projects and 2-3 commercial projects. We = https://github.com/metabake.
(at some point we should do coffee in NYC)
I was sure I had your private email. Email me at: uptime vic (@) g mail
all one word. ~ 51st and 7th is best but happy to travel.
I look forward to it.
Hi Everyone,
I just wanted to let you know that I just released a new version of JohnnyDepp (v0.1.0) that includes an important bugfix to detect cross-domain CSS load failures in Edge. Previously, load failures were triggering
success
callbacks but now they are being handled correctly. The source of the issue was lack ofonerror
support for cross-domain CSS files loaded via<link rel="stylesheet">
tags. To get around this issue, we are now usingrel="preload"
to load CSS files in Edge browsers.Please try out the new features and let me know what you think!
Andres
The text was updated successfully, but these errors were encountered: